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