Showing
1 changed file
with
50 additions
and
0 deletions
促销/app.promotion.queryBirthCoupon.md
0 → 100644
1 | + | ||
2 | + | ||
3 | +#查询用户可领取的生日券列表 | ||
4 | + | ||
5 | +### GET请求 | ||
6 | + | ||
7 | +#### 请求参数 | ||
8 | +| Param Name | Param Type | Required | Param Value | Desc | | ||
9 | +| :-- | --: | --: | --: | --: | | ||
10 | +| method | String | true |app.coupons.queryProdPageCoupons| 请求方法| | ||
11 | +| uid | int | true | |用户uid | | ||
12 | +| couponType | int | true | |优惠券类型,此处必填4 | | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | +#### 响应 | ||
17 | + | ||
18 | + { | ||
19 | + "alg": "SALT_MD5", | ||
20 | + "code": 200, | ||
21 | + "data": [ | ||
22 | + { | ||
23 | + "couponAmount": 299, | ||
24 | + "couponCode": "", | ||
25 | + "couponName": "12月生日券:VIP专享满299减80(", | ||
26 | + "endTime": "2016-12-31 23:59:59", | ||
27 | + "id": 14524, | ||
28 | + "startTime": "2016-12-01 00:00:01", | ||
29 | + "status": 1, | ||
30 | + "useLimit": "299", | ||
31 | + "useLimitType": "2" | ||
32 | + }, | ||
33 | + { | ||
34 | + "couponAmount": 120, | ||
35 | + "couponCode": "", | ||
36 | + "couponName": "12月生日券:VIP专享满499减120", | ||
37 | + "endTime": "2016-12-31 23:59:59", | ||
38 | + "id": 14526, | ||
39 | + "startTime": "2016-12-01 00:00:01", | ||
40 | + "status": 1, | ||
41 | + "useLimit": "499", | ||
42 | + "useLimitType": "2" | ||
43 | + } | ||
44 | + ], | ||
45 | + "md5": "c00cd33d230203bc8534bae9aada2326", | ||
46 | + "message": "请求成功" | ||
47 | + } | ||
48 | + | ||
49 | + | ||
50 | + |
-
Please register or login to post a comment