简要描述:

  • 修改会员密码

请求域名:

  • 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": {

    }
  }
  }