待结算收入明细
接口地址:/customer/djsdetail
参数:
返回格式:
{
"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?