待结算收入明细
接口地址:/customer/djsdetail
请求方式 get
参数:
返回格式:
说明:
category: 1,2分别对应'待结算-平台奖励','待结算'
{
"code": 1,
"data": {
"items": [
{
"category": 1,
"name": "待结算",
"num": "+30",
"time": "18.12.04 10:12",
"sn": "343252",
"phone_tail": "8888"
},
{
"category": 2,
"name": "待结算",
"num": "+70",
"time": "18.12.04 10:12",
"sn": "7757434",
"phone_tail": "8888"
}
]
},
"msg": "success"
}Last updated
Was this helpful?