Showing
1 changed file
with
16 additions
and
0 deletions
@@ -243,5 +243,21 @@ | @@ -243,5 +243,21 @@ | ||
243 | "message": "操作成功" | 243 | "message": "操作成功" |
244 | } | 244 | } |
245 | 245 | ||
246 | +错误响应: | ||
247 | +{ | ||
248 | + "code": 402, | ||
249 | + "message": "优惠券不存在" | ||
250 | +} | ||
251 | + | ||
252 | +{ | ||
253 | + "code": 306, | ||
254 | + "message": "很抱歉!您的用户身份类型不可使用该券" | ||
255 | +} | ||
256 | + | ||
257 | +{ | ||
258 | + "code": 401, | ||
259 | + "message": "优惠券已经领取" | ||
260 | +} | ||
261 | + | ||
246 | ``` | 262 | ``` |
247 | 263 |
-
Please register or login to post a comment