简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-06-11

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "success",
    "data": {
        "id": 2,
        "uid": 17,
        "bank_realname": null,
        "bank_name": null,
        "bank_card_no": null,
        "open_bank": null,
        "bank_phone": null,
        "wxpay_realname": null,
        "wxpay_img": null,
        "wxpay_account": null,
        "alipay_realname": "易信",
        "alipay_img": null,
        "alipay_account": "351843463@qq.com",
        "created_at": "2020-06-11 20:43:58",
        "updated_at": "2020-06-11 20:45:56"
        "wxpay_img_view": "http://awz.com/uploads/pay/2020/08/20/5f3e4fdde86cf.png",
        "alipay_img_view": "http://awz.com/uploads/pay/2020/08/20/5f3e4fdde86cf.png",
        "withdrawal_service_charge": "2",
        "description_of_withdrawal_rules": "1、请使用微信或支付宝收款码提现\r\n2、每日作品收入0点结算至可提现金额中\r\n3、每月1-5日其中一天进行转账,其余时间申请提现次月转账\r\n4、每笔提现收取2元手续费,提现500元以上免手续费。"
    }
}

错误时返回:

返回参数:

参数名 类型 说明
bank_realname string 持卡人姓名
bank_name string 银行名称
bank_card_no string 银行卡号
open_bank string 开户行
bank_phone string 银行预留手机
wxpay_realname string 微信账户姓名
wxpay_img string 微信收款码
wxpay_account string 微信账户
alipay_realname string 支付宝账户姓名
alipay_img string 支付宝收款码
alipay_account string 支付宝账户
wxpay_img_view string 微信收款码全路径
alipay_img_view string 支付宝收款码全路径
withdrawal_service_charge string 提现手续费
description_of_withdrawal_rules string 提现说明

备注:

文档更新时间: 2022-07-05 17:57   作者:nianwang