总收入明细
接口地址:/customer/alldetail
请求方式 get
参数:
page: 分页用参数;不传则默认为0,展示第一页
返回格式:
说明:
category: 1,2,3分别对应'已结算-平台奖励','已结算','待结算'
{
"code": 1,
"data": {
"items": [
{
"category": 1,
"name": "已结算",
"num": "+30",
"time": "18.12.04 00:00",
"sn": "1576567",
"phone_tail": "8888"
},
{
"category": 2,
"name": "已结算",
"num": "+70",
"time": "18.12.04 00:00",
"sn": "13123124",
"phone_tail": "8888"
},
{
"category": 3,
"name": "待结算",
"num": "-30",
"time": "18.12.04 00:00",
"sn": "1312413",
"phone_tail": "8888"
}
]
},
"msg": "success"
}Last updated
Was this helpful?