...
|
...
|
@@ -14,7 +14,6 @@ type DividendStatisticsRequest struct { |
|
|
//分红类型(0累计分红、1分红支出)
|
|
|
//DividendAction int `json:"dividendAction"`
|
|
|
PartnerId int64 `json:"partnerId"`
|
|
|
PageIndex int `json:"pageIndex"`
|
|
|
}
|
|
|
type DividendStatisticsResponse struct {
|
|
|
Statistics DividendStatistics `json:"statistics"`
|
...
|
...
|
|