作者 陈志颖

feat:添加共创企业数据统计接口

  1 +version: v1
  2 +kind: HttpApi
  3 +metadata:
  4 + service: cooperationGoodsStatistics
  5 + path: /cooperation-goods-statistics
  6 + endpoints:
  7 + - method: searchCooperationGoodsStatistics
  8 + route:
  9 + post: /statistics
  1 +version: v1
  2 +kind: HttpApi
  3 +metadata:
  4 + service: cooperationModeStatistics
  5 + path: /cooperation-mode-statistics
  6 + endpoints:
  7 + - method: searchCooperationModeStatistics
  8 + route:
  9 + post: /statistics
  1 +version: v1
  2 +kind: HttpApi
  3 +metadata:
  4 + service: cooperationPersonStatistics
  5 + path: /cooperation-person-statistics
  6 + endpoints:
  7 + - method: searchCooperationPersonStatistics
  8 + route:
  9 + post: /statistics
  1 +version: v1
  2 +kind: HttpApi
  3 +metadata:
  4 + service: currentMonthDividendsStatistics
  5 + path: /current-month-dividends-statistics
  6 + endpoints:
  7 + - method: searchCurrentMonthDividendsStatistics
  8 + route:
  9 + post: /statistics
  1 +version: v1
  2 +kind: HttpApi
  3 +metadata:
  4 + service: projectOverviewStatistics
  5 + path: /project-overview-statistics
  6 + endpoints:
  7 + - method: searchProjectOverviewStatistics
  8 + route:
  9 + post: /statistics
  1 +version: v1
  2 +kind: Method
  3 +metadata:
  4 + name: searchCooperationGoodsStatistics
  5 + type: query
  6 + description: 返回共创产品统计数据
  7 + result:
  8 + - name: cooperationGoodsStatistics
  9 + type:
  10 + schema: cooperationGoodsStatistics
  11 + required: true
  1 +version: v1
  2 +kind: Service
  3 +metadata:
  4 + name: cooperationGoodsStatistics
  5 + description: 共创产品数据统计
  1 +version: v1
  2 +kind: Method
  3 +metadata:
  4 + name: searchCooperationModeStatistics
  5 + type: query
  6 + description: 返回共创模式数据统计
  7 + result:
  8 + - name: cooperationModeStatistics
  9 + type:
  10 + schema: cooperationModeStatistics
  11 + required: true
  1 +version: v1
  2 +kind: Service
  3 +metadata:
  4 + name: cooperationModeStatistics
  5 + description: 共创模式统计服务
  1 +version: v1
  2 +kind: Method
  3 +metadata:
  4 + name: searchCooperationPersonStatistics
  5 + type: query
  6 + description: 返回共创人员信息统计
  7 + result:
  8 + - name: cooperationPersonStatistics
  9 + type:
  10 + schema: cooperationPersonStatistics
  11 + required: true
  1 +version: v1
  2 +kind: Service
  3 +metadata:
  4 + name: cooperationPersonStatistics
  5 + description: 共创人员信息统计
  1 +version: v1
  2 +kind: Method
  3 +metadata:
  4 + name: searchCurrentMonthDividendsStatistics
  5 + type: query
  6 + description: 返回共创企业本月分红统计
  7 + result:
  8 + - name: currentMonthDividendsStatistics
  9 + type:
  10 + schema: currentMonthDividendsStatistics
  11 + required: true
  1 +version: v1
  2 +kind: Service
  3 +metadata:
  4 + name: currentMonthDividendsStatistics
  5 + description: 共创企业本月分红统计
  1 +version: v1
  2 +kind: Method
  3 +metadata:
  4 + name: searchProjectOverviewStatistics
  5 + type: query
  6 + description: 返回共创项目概览统计
  7 + result:
  8 + - name: projectOverviewStatistics
  9 + type:
  10 + schema: projectOverviewStatistics
  11 + required: true
  1 +version: v1
  2 +kind: Service
  3 +metadata:
  4 + name: projectOverviewStatistics
  5 + description: 共创项目概览统计