作者 陈志颖

feat:调整统计接口入参

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