作为淘外分销解决方案的一部分,获取外部订单的支付收银台链接
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| request | Request | 必须 | 请求 | ||
|
|||||
| customerId | String | 必须 | 1111 | 路由id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| response | Response | 出参 | |
|
{"request":{"salesOrderNos":[""]},"customerId":"1111"}
{
"response":{
"failedCode":"system-error",
"success":"true",
"module":{
"payUrl":"https:\/\/casher.gw.com\/webapi\/rest?orderId=QG45563633"
},
"failedMsg":"系统异常",
"retry":"false"
}
}
{"failedCode":"sign-check-failure","success":"false","failedMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|