简要描述:
- 支付宝支付
请求域名:
- http://test.yunzshop.com
请求URL:
GET/&route=order.merge-pay.yop-pro-alipay
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
order_pay_id | 是 | int | 订单支付id |
返回示例:
{
"result": 1,
"msg": "",
"data": {
"resultType": "url",
"resultData": "http://baidu.com"
}
}
}
错误时返回:
{
"result": 0,
"msg": "错误信息",
"data": {}
返回参数说明:
支付类型 value = 26
参数名 | 类型 | 说明 |
---|---|---|
resultType | string | 为 url 时 resultData 是跳转链接,为 json 时 resultData 是数组 |
resultData | string | 支付配置 |
备注:
- 更多返回错误代码请看首页的错误代码描述