Showing
1 changed file
with
6 additions
and
42 deletions
@@ -90,7 +90,7 @@ | @@ -90,7 +90,7 @@ | ||
90 | 90 | ||
91 | ### 3、用户领券(app.promotion.getCoupon) | 91 | ### 3、用户领券(app.promotion.getCoupon) |
92 | 92 | ||
93 | -#### 请求参数 | 93 | +#### 请求参数(POST) |
94 | | Param Name | Param Type | Required | Param Value | Desc | | 94 | | Param Name | Param Type | Required | Param Value | Desc | |
95 | | :-- | --: | --: | --: | --: | | 95 | | :-- | --: | --: | --: | --: | |
96 | | method | String | true |app.promotion.getCoupon| 请求方法| | 96 | | method | String | true |app.promotion.getCoupon| 请求方法| |
@@ -126,6 +126,11 @@ | @@ -126,6 +126,11 @@ | ||
126 | "code": 401, | 126 | "code": 401, |
127 | "message": "优惠券已经领取" | 127 | "message": "优惠券已经领取" |
128 | } | 128 | } |
129 | + | ||
130 | +{ | ||
131 | + "code": 315, | ||
132 | + "message": "很抱歉!该优惠券未到使用时间或者已过期" | ||
133 | +} | ||
129 | ``` | 134 | ``` |
130 | 135 | ||
131 | ### 4、查询优惠券中心(app.promotion.queryCouponCenter) | 136 | ### 4、查询优惠券中心(app.promotion.queryCouponCenter) |
@@ -242,44 +247,3 @@ | @@ -242,44 +247,3 @@ | ||
242 | 备注:status 1:可领取 2:已抢光 3:已领取 | 247 | 备注:status 1:可领取 2:已抢光 3:已领取 |
243 | 248 | ||
244 | ``` | 249 | ``` |
245 | - | ||
246 | -### 5、用户批量领券(app.promotion.getBatchCoupon) | ||
247 | - | ||
248 | -#### 请求参数 | ||
249 | -| Param Name | Param Type | Required | Param Value | Desc | | ||
250 | -| :-- | --: | --: | --: | --: | | ||
251 | -| method | String | true |app.promotion.getCoupon| 请求方法| | ||
252 | -| uid | String | true | 7893817 |用户ID | | ||
253 | -| couponIds | int | true |23121,45231 |券id列表| | ||
254 | - | ||
255 | - | ||
256 | -#### 响应内容 | ||
257 | -```json | ||
258 | -成功响应: | ||
259 | -{ | ||
260 | - "alg": "SALT_MD5", | ||
261 | - "code": 200, | ||
262 | - "data": { | ||
263 | - }, | ||
264 | - "md5": "50d19f5f5098c34607018f144baec14a", | ||
265 | - "message": "操作成功" | ||
266 | -} | ||
267 | - | ||
268 | -错误响应: | ||
269 | -{ | ||
270 | - "code": 402, | ||
271 | - "message": "优惠券不存在" | ||
272 | -} | ||
273 | - | ||
274 | -{ | ||
275 | - "code": 306, | ||
276 | - "message": "很抱歉!您的用户身份类型不可使用该券" | ||
277 | -} | ||
278 | - | ||
279 | -{ | ||
280 | - "code": 401, | ||
281 | - "message": "优惠券已经领取" | ||
282 | -} | ||
283 | - | ||
284 | -``` | ||
285 | - |
-
Please register or login to post a comment