简要描述:
请求域名:
- http://xx.com
请求URL:
GET/plugin.ecpay-logistics.frontend.index.get-list
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": [
{
"name": "7-ELEVEN超商物流(B2C)",
"code": "UNIMART"
},
{
"name": "萊爾富超商物流(B2C)",
"code": "HILIFE"
}
]
}
错误时返回:
{
"result": 0,
"msg": "xxxxxx",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
redirect | string | 支付成功跳转链接,走的是余额支付逻辑 |