|
|
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 |