1

简要描述:

  • 微信转账确认收款页

请求域名:

  • http://test.yunzshop.com

请求URL:

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

供应商插件接口:

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

参数:

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

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "withdraw",
    "data": {
		"mch_id": "14329412",
        "app_id": "wx243632121",
        "out_bill_no": "WW20205",
        "transfer_bill_no": "WW20205",
        "package_info": ""
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
mch_id string 微信商户号
app_id string 微信appid
out_bill_no string 商户订单号
transfer_bill_no string 微信转账单号
package_info string 跳转领取页面的package信息

备注:

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