...
|
...
|
@@ -5,11 +5,12 @@ |
|
|
| --------| -------- |
|
|
|
|[app.giftBag.getCouponsBagList](#1)|查询礼包列表信息|
|
|
|
|[app.giftBag.drawCouponsBag](#2)|用户领取礼包|
|
|
|
|[app.giftBag.getCouponsBagCnt](#3)|可以领取的礼包数量|
|
|
|
|
|
|
|
|
|
## 接口描述
|
|
|
|
|
|
### 1、查询礼包的列表信息(app.giftBag.getCouponsBagList)
|
|
|
### 1、查询礼包的列表信息(app.giftBag.getCouponsBagList)<span id="1"></span>
|
|
|
|
|
|
#### 请求参数
|
|
|
| Param Name | Param Type | Required | Param Value | Desc |
|
...
|
...
|
@@ -44,7 +45,7 @@ |
|
|
]
|
|
|
}
|
|
|
```
|
|
|
### 2、领取礼包(app.giftBag.drawCouponsBag)
|
|
|
### 2、领取礼包(app.giftBag.drawCouponsBag)<span id="2"></span>
|
|
|
|
|
|
#### 请求参数
|
|
|
| Param Name | Param Type | Required | Param Value | Desc |
|
...
|
...
|
@@ -109,3 +110,24 @@ |
|
|
}
|
|
|
```
|
|
|
|
|
|
### 3、可以领取的礼包数量(app.giftBag.getCouponsBagCnt)<span id="3"></span>
|
|
|
|
|
|
#### 请求参数
|
|
|
| Param Name | Param Type | Required | Param Value | Desc |
|
|
|
| :-- | --: | --: | --: | --: |
|
|
|
| method | String | true |app.giftBag.getCouponsBagCnt| 请求方法|
|
|
|
| uid | int | true | 7893817 |用户ID |
|
|
|
|
|
|
|
|
|
#### 响应内容
|
|
|
```json
|
|
|
{
|
|
|
"alg": "SALT_MD5",
|
|
|
"code": 200,
|
|
|
"data":
|
|
|
{
|
|
|
"total": 4
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
...
|
...
|
|