标签:登录 use 信息 status 完成 序列号 收入 记录 时间
9.账务相关权限
老师或管理员登录。
响应
{
"code": 0,
"data": {
"count": 1,
"ts": 1533894838,
"items": [
{
"id": "2",
"user_id": "7",
"total_income": 0.01,
"total_withdraw": "0.00",
"total_left": "0.01",
"can_withdraw": "0.01",
"sett_time": null,
"update_time": "2018-08-10 17:53:58",
"status": "0",
"lock_time": null
}
]
}
}
total_income 总收入
total_withdraw 已提现总额
total_left 未提现金额
can_withdraw 可提现金额
update_time 统计时间
权限
老师或管理员登录。
* **响应**
{
"code": 0,
"data": {
"count": 1,
"ts": 1533895178,
"items": [
{
"id": "1",
"user_id": "7",
"amount": "1.00",
"servicer": null,
"trade_no": null,
"third_trade_no": null,
"third_buyer_id": null,
"pay_status": "2",
"add_time": null,
"pay_time": null
}
]
}
}
amount 提现金额
servicer 提现渠道
1 = 支付宝
2 = 微信
third_trade_no 支付平台交易序列号
third_buyer_id 支付平台用户账号
pay_status 支付状态
0 = 创建
1 = 正在支付
2 = 支付完成
4 = 支付异常
add_time 请求支付时间
pay_time 支付完成时间
标签:登录 use 信息 status 完成 序列号 收入 记录 时间
原文地址:http://blog.51cto.com/livestreaming/2157381