作者 陈志颖

feat:调整统计接口入参

@@ -4,6 +4,19 @@ metadata: @@ -4,6 +4,19 @@ metadata:
4 name: searchCooperationGoodsStatistics 4 name: searchCooperationGoodsStatistics
5 type: query 5 type: query
6 description: 返回共创产品统计数据 6 description: 返回共创产品统计数据
  7 + payload:
  8 + - name: rankingType
  9 + description: 排行榜类型,1月榜,2年榜 3总榜,默认展示年榜
  10 + type:
  11 + primitive: int32
  12 + required: false
  13 + - ref: companyId
  14 + description: 企业ID
  15 + required: true
  16 + - ref: pageSize
  17 + required: false
  18 + - ref: pageNumber
  19 + required: false
7 result: 20 result:
8 - name: cooperationGoodsStatistics 21 - name: cooperationGoodsStatistics
9 type: 22 type:
@@ -4,6 +4,9 @@ metadata: @@ -4,6 +4,9 @@ metadata:
4 name: searchCooperationModeStatistics 4 name: searchCooperationModeStatistics
5 type: query 5 type: query
6 description: 返回共创模式数据统计 6 description: 返回共创模式数据统计
  7 + payload:
  8 + - ref: companyId
  9 + required: true
7 result: 10 result:
8 - name: cooperationModeStatistics 11 - name: cooperationModeStatistics
9 type: 12 type:
@@ -4,6 +4,9 @@ metadata: @@ -4,6 +4,9 @@ metadata:
4 name: searchCooperationPersonStatistics 4 name: searchCooperationPersonStatistics
5 type: query 5 type: query
6 description: 返回共创人员信息统计 6 description: 返回共创人员信息统计
  7 + payload:
  8 + - ref: companyId
  9 + required: true
7 result: 10 result:
8 - name: cooperationPersonStatistics 11 - name: cooperationPersonStatistics
9 type: 12 type:
@@ -4,6 +4,9 @@ metadata: @@ -4,6 +4,9 @@ metadata:
4 name: searchCurrentMonthDividendsStatistics 4 name: searchCurrentMonthDividendsStatistics
5 type: query 5 type: query
6 description: 返回共创企业本月分红统计 6 description: 返回共创企业本月分红统计
  7 + payload:
  8 + - ref: companyId
  9 + required: true
7 result: 10 result:
8 - name: currentMonthDividendsStatistics 11 - name: currentMonthDividendsStatistics
9 type: 12 type:
@@ -4,6 +4,9 @@ metadata: @@ -4,6 +4,9 @@ metadata:
4 name: searchProjectOverviewStatistics 4 name: searchProjectOverviewStatistics
5 type: query 5 type: query
6 description: 返回共创项目概览统计 6 description: 返回共创项目概览统计
  7 + payload:
  8 + - ref: companyId
  9 + required: true
7 result: 10 result:
8 - name: projectOverviewStatistics 11 - name: projectOverviewStatistics
9 type: 12 type: