文档
测试

累计收入列表(A端)

POST
http://xxx.com/agent/totalMoneyList

接口描述

王传昆

响应参数

参数名
类型
描述
必填
code
int
0 成功;-1 失败
必填
errorCode
String
错误码
必填
errorMsg
String
错误信息
必填
data
Object
必填
totalMoney
String
累计收入(税后)
必填
totalMoneyList
List
必填
totalMoneyMonth
String
月份:yyyy-MM
必填
promotionFee
String
税前收入
必填
tax
String
个税
必填
afterTax
String
税后收入
必填

说明 / 示例

**返回成功示例** ``` { "code":0, "data":{ "totalMoney":"", "totalMoneyList":[ { "totalMoneyMonth":"", "promotionFee":"", "tax":"", "afterTax":"" } ] } } ``` **返回失败示例** ``` { "code":-1, "errorCode":"", "errorMsg":"" } ```