简要描述:
兑换码使用--商品预下单页获取运输方式
请求域名:
- http://xx.com
请求URL:
plugin.exchange-code.api.dispatch.index
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
goods_ids | string | 是 | 商品id,用英文逗号连接起来 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "dispatch_type",
"data": [
{
"dispatch_type_id": 1,
"name": "快递1"
}
]
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
dispatch_type_id | int | 运输方式id | |
name | string | 运输方式名称 |