1

简要描述:

  • 微信转账确认收款页

请求域名:

  • http://test.yunzshop.com

请求URL:

GET:&route=wechat.merchant-transfer.index

供应商插件接口:

GET:&route=plugin.supplier.frontend.supplier-wx-withdraw.index

参数:

参数名 是否必须 类型 说明
id int 提现记录ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "info",
    "data": {
        "withdraw": {
            "id": 1,
            "amount": "39.80",
            "poundage": "0.00",
            "transfer_status": 1,
        },
        "member": {
            "uid": 2455,
            "avatar": "http://demo.yun.cn/static/upload/images/6/2018/04/yCfnKfcWicKXATi5fKI0watW8K0tz0.jpg",
            "nickname": "Joe",
            "realname": "demo测试",
            "mobile": "15219025049"
        }
    }
}

错误时返回:

{
    "result": 0,
    "msg": "未检测到数据!",
    "data": {}
}

返回参数说明:

参数名 类型 说明
withdraw.id int 提现记录ID
withdraw.amount int 提现金额
withdraw.poundage int 提现手续费
withdraw.transfer_status int 提现状态:1已提现、0未提现
member obj 会员信息

备注:

  • 更多返回错误代码请看首页的错误代码描述