批量查询云商城商品会员价
简要描述:
- 此接口用于批量查询指定会员的专用价格。
请求URL:
- 沙箱环境
http://api.mall.sandbox.yhsms.com.cn/Mall/Goods/GoodsService.svc/GetMyContractPriceList - 生产环境
http://api.mall.yhsms.com.cn/Mall/Goods/GoodsService.svc/GetMyContractPriceList
请求方式:
- POST
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| PlatformID | 是 | string | YHDT号 |
| StationID | 是 | string | 站点编号 |
| UID | 是 | string | 云会员编号 |
| UserAccessToken | 是 | string | 云会员UserAccessToken |
| GoodsIDs | 是 | string | 商品编号,可多个编号用逗号分隔开,例如:”6604302112905273344,6604302112083189760” |
返回示例
{
"Code": "0",
"Method": 0,
"Compressed": false,
"Encrypted": false,
"Message": [
{
"GoodsID": "6604302112905273344",
"GoodPrice": 21.93
},
{
"GoodsID": "6604302112083189760",
"GoodPrice": 20.17
}
]
}返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| GoodsID | string | 商品编号 |
| GoodPrice | string | 会员价 |
备注
- 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2020-06-09 14:33 作者:张国伟