文档
测试

累计收入详情(A端)

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

接口描述

王传昆

请求参数

参数名
类型
描述
必填
totalMoneyMonth
String
月份:yyyy-MM
必填
current
int
当前页
必填
size
int
每页条数
必填

响应参数

参数名
类型
描述
必填
code
int
0 成功;-1 失败
必填
errorCode
String
错误码
必填
errorMsg
String
错误信息
必填
data
Object
必填
detailList
必填
productName
String
产品名称
必填
insureDate
String
投保时间:yyyy年MM月dd日
必填
name
String
姓名
必填
firstCommission
String
首期推广费
必填
inviteCommission
String
邀请奖励
必填
totalPremium
String
保费
必填

说明 / 示例

**返回成功示例** ``` { "code":0, "data":{ "detailList":[ { "productName":"", "insureDate":"", "name":"", "firstCommission":"", "inviteCommission":"" } ] } } ``` **返回失败示例** ``` { "code":-1, "errorCode":"", "errorMsg":"" } ```