...
|
...
|
@@ -90,7 +90,7 @@ |
|
|
|
|
|
### 3、用户领券(app.promotion.getCoupon)
|
|
|
|
|
|
#### 请求参数
|
|
|
#### 请求参数(POST)
|
|
|
| Param Name | Param Type | Required | Param Value | Desc |
|
|
|
| :-- | --: | --: | --: | --: |
|
|
|
| method | String | true |app.promotion.getCoupon| 请求方法|
|
...
|
...
|
@@ -126,6 +126,11 @@ |
|
|
"code": 401,
|
|
|
"message": "优惠券已经领取"
|
|
|
}
|
|
|
|
|
|
{
|
|
|
"code": 315,
|
|
|
"message": "很抱歉!该优惠券未到使用时间或者已过期"
|
|
|
}
|
|
|
```
|
|
|
|
|
|
### 4、查询优惠券中心(app.promotion.queryCouponCenter)
|
...
|
...
|
@@ -242,44 +247,3 @@ |
|
|
备注:status 1:可领取 2:已抢光 3:已领取
|
|
|
|
|
|
``` |
|
|
|
|
|
### 5、用户批量领券(app.promotion.getBatchCoupon)
|
|
|
|
|
|
#### 请求参数
|
|
|
| Param Name | Param Type | Required | Param Value | Desc |
|
|
|
| :-- | --: | --: | --: | --: |
|
|
|
| method | String | true |app.promotion.getCoupon| 请求方法|
|
|
|
| uid | String | true | 7893817 |用户ID |
|
|
|
| couponIds | int | true |23121,45231 |券id列表|
|
|
|
|
|
|
|
|
|
#### 响应内容
|
|
|
```json
|
|
|
成功响应:
|
|
|
{
|
|
|
"alg": "SALT_MD5",
|
|
|
"code": 200,
|
|
|
"data": {
|
|
|
},
|
|
|
"md5": "50d19f5f5098c34607018f144baec14a",
|
|
|
"message": "操作成功"
|
|
|
}
|
|
|
|
|
|
错误响应:
|
|
|
{
|
|
|
"code": 402,
|
|
|
"message": "优惠券不存在"
|
|
|
}
|
|
|
|
|
|
{
|
|
|
"code": 306,
|
|
|
"message": "很抱歉!您的用户身份类型不可使用该券"
|
|
|
}
|
|
|
|
|
|
{
|
|
|
"code": 401,
|
|
|
"message": "优惠券已经领取"
|
|
|
}
|
|
|
|
|
|
```
|
|
|
|
...
|
...
|
|