简要描述:

  • 微信H5支付
接口
50 order.merge-pay.wechat-h5

请求URL:

GET:route=order.merge-pay.wechat-h5

参数:

参数名 是否必须 类型 说明
order_pay_id true string 支付记录id

返回示例:

  {
    "result":1,
    "msg":"成功",
    "data":{
        "mweb_url":"https://"
    }
}

错误时返回:

{
  result:0
  msg:"失败"
  data: {}
}

返回参数说明:

参数名 类型 说明
mweb_url string 微信返回跳转链接

备注:

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