简要描述:
- 修改会员密码
请求域名:
- http://.yunzshop.com
请求URL:(商城)
POST:route=coupon.exchange-center.exchange-buy(商城) POST:route=plugin.hotel.frontend.hotel.exchange-center(酒店) POST:route=plugin.store-cashier.frontend.store.exchange-center(门店)
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
data | 是 | array | 集合 |
store_id | 否 | int | 门店时为必须 (只能选择同一个门店中的商品) |
hotel_id | 否 | int | 酒店时为必须(只能选择同一个酒店中的商品) |
data 参数(此参数为二维数组):
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | int | 商品ID |
total | 是 | int | 商品数量(优惠券数量) |
coupon_id | 是 | int | 优惠券ID |
返回示例:
正确时返回:
返回实列请参考商品立即购买后的参数接口
错误时返回:
{
"result": 0,
"msg": '下单失败原因'
"data": {
}
}
}