简要描述:
- 支付宝支付-聚合支付 按钮
说明:
值 | 接口 |
---|---|
64 | plugin.store-aggregate-pay.frontend.aggregate-pay.alipay |
请求接口:
GET/&route=plugin.store-aggregate-pay.frontend.aggregate-pay.alipay
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
order_pay_id | 是 | int | 支付记录id |
返回示例:
{
result: 1,
msg: "成功",
data: {
url: 'https://www.alipay.com/',
}
}
错误时返回:
{
result:0
msg:"失败"
data: {}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
url | string | 支付宝跳转链接 |
备注:
- 更多返回错误代码请看首页的错误代码描述