Showing
1 changed file
with
11 additions
and
9 deletions
@@ -24,15 +24,17 @@ | @@ -24,15 +24,17 @@ | ||
24 | #### 响应内容 | 24 | #### 响应内容 |
25 | ```json | 25 | ```json |
26 | { | 26 | { |
27 | - "alg": "SALT_MD5", | ||
28 | - "code": 200, | ||
29 | - "data": { | ||
30 | - "couponCode": "aofdvecx4x78lp", | ||
31 | - "couponId": 14378, | ||
32 | - "couponName": "名称:nike低于三折&限量 5*4" | ||
33 | - }, | ||
34 | - "md5": "421936533469d93705cc03244e1d1c8a", | ||
35 | - "message": "操作成功" | 27 | + "alg": "SALT_MD5", |
28 | + "code": 200, | ||
29 | + "data": { | ||
30 | + "beginTime": "1478188800", | ||
31 | + "couponCode": "aog3x9651g1fts", | ||
32 | + "couponId": 14450, | ||
33 | + "couponName": "直播红包-Maelk2", | ||
34 | + "endTime": "1487174460" | ||
35 | + }, | ||
36 | + "md5": "a5d60a9118baf10f6b7d3d042cd3e1ae", | ||
37 | + "message": "操作成功" | ||
36 | } | 38 | } |
37 | ``` | 39 | ``` |
38 | 40 |
-
Please register or login to post a comment