...
|
...
|
@@ -219,7 +219,7 @@ code为200即为成功,否则是失败。 |
|
|
|uid|Integer|5-10|否||无||
|
|
|
|userType|Byte|1|是|||用户类型|
|
|
|
|sort|Integer|1-7|是|||排队序号|
|
|
|
|limit|Integer|1-3|是|1-3||分页大小|
|
|
|
|limit|Integer|1-3|是|||分页大小|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例http://127.0.0.1:8090/activity/?method=app.drawline.addQueue&limitProductCode=3&app_version=4.0.1&uid=109&activityId=11
|
...
|
...
|
@@ -239,9 +239,9 @@ code为200即为成功,否则是失败。 |
|
|
## 5、我的限购码##
|
|
|
我的限购码(method=app.limitcode.query)
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|----:|
|
|
|
|uid|int|否||无|用户id|
|
|
|
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|----:| ----:|
|
|
|
|uid|int|5-10|否||无|用户id|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899
|
...
|
...
|
@@ -275,10 +275,10 @@ code为200即为成功,否则是失败。 |
|
|
## 6、限定商品详情##
|
|
|
限定商品详情(method=app.limitProduct.limitProductDetail)
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
| 参数名称 | 参数类型 |长度 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|----:|
|
|
|
|uid|int|是||0|用户id|
|
|
|
|limitProductCode|String|否||无||
|
|
|
|uid|int|5-10|是||0|用户id|
|
|
|
|limitProductCode|16-20|String|否||无||
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899&limitProductCode=2016022420292150
|
...
|
...
|
|