...
|
...
|
@@ -196,12 +196,12 @@ code为200即为成功,否则是失败。 |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|----:|----:|
|
|
|
|activityId|Integer|1-5|否||无|活动id|
|
|
|
|app_version|String|1-10|否||无|版本号|
|
|
|
|uid|Integer|1-10|否||无||
|
|
|
|activityId|Integer|1-5|否|11|无|活动id|
|
|
|
|app_version|String|1-10|否|4.4.0|无|版本号|
|
|
|
|uid|Integer|1-10|否|178545|无||
|
|
|
|userType|Byte|1|是|1,2|1|用户类型(1真实用户,2马甲用户)|
|
|
|
|sort|Integer|1-7|是|||排队序号|
|
|
|
|limit|Integer|1-3|是|||分页大小|
|
|
|
|sort|Integer|1-7|是|100||排队序号|
|
|
|
|limit|Integer|1-3|是|20||分页大小|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例http://127.0.0.1:8090/activity/?method=app.drawline.addQueue&app_version=4.0.1&uid=109&activityId=11
|
...
|
...
|
|