Authored by caoyan

add app.promotion.getBatchCoupon

... ... @@ -158,3 +158,27 @@
```
### 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": "操作成功"
}
```
... ...