🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 店铺优惠券 ~~~[api] get:http://global.aumalls.com/apipromo/ticket_seller seller_id#商铺id user_id#用户id <<< success { "code":20000, "msg":"店铺优惠券", "data":[{"id":"6","name":"满300减30元","money":"300.00","value":"30.00","seller_id":"1","is_get":1},{"id":"1","name":"满200减10元","money":"200.00","value":"10.00","seller_id":"1","is_get":1},{"id":"7","name":"满100减5元","money":"100.00","value":"5.00","seller_id":"1","is_get":1},{"id":"10","name":"满50减3元","money":"50.00","value":"3.00","seller_id":"1","is_get":0}]" } <<< error { "code": 40002, "msg": "接口验证失败", } ~~~ #### 说明 1. 提交数据:和注册登录一致; 2. 参数说明: 3. 返回数据说明: 优惠券列表 =>is_get:已领取1,未领取0(请传user_id参数)