为了账号安全,请及时绑定邮箱和手机立即绑定

账务、提现接口

标签:
JavaScript

9.账务相关

9.1.查询老师账务信息

  • 请求
    /sett/sett
    参数:
    id  老师编号,【可选】省略时表示取当前登录用户的账务信息。

权限
老师或管理员登录。

  • 响应

            {            "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 统计时间

9.2.查询提现记录

  • 请求
    /sett/withdrawList
    参数:
    id  老师编号,【可选】省略时表示取当前登录用户的账务信息。

权限
老师或管理员登录。

* **响应**            {            "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  支付完成时间

点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消