Showing
1 changed file
with
7 additions
and
7 deletions
@@ -219,7 +219,7 @@ code为200即为成功,否则是失败。 | @@ -219,7 +219,7 @@ code为200即为成功,否则是失败。 | ||
219 | |uid|Integer|5-10|否||无|| | 219 | |uid|Integer|5-10|否||无|| |
220 | |userType|Byte|1|是|||用户类型| | 220 | |userType|Byte|1|是|||用户类型| |
221 | |sort|Integer|1-7|是|||排队序号| | 221 | |sort|Integer|1-7|是|||排队序号| |
222 | -|limit|Integer|1-3|是|1-3||分页大小| | 222 | +|limit|Integer|1-3|是|||分页大小| |
223 | 223 | ||
224 | 注意,通用的头部没有列出。 | 224 | 注意,通用的头部没有列出。 |
225 | 请求示例http://127.0.0.1:8090/activity/?method=app.drawline.addQueue&limitProductCode=3&app_version=4.0.1&uid=109&activityId=11 | 225 | 请求示例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即为成功,否则是失败。 | @@ -239,9 +239,9 @@ code为200即为成功,否则是失败。 | ||
239 | ## 5、我的限购码## | 239 | ## 5、我的限购码## |
240 | 我的限购码(method=app.limitcode.query) | 240 | 我的限购码(method=app.limitcode.query) |
241 | #### 请求参数 | 241 | #### 请求参数 |
242 | -| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
243 | -|:-------| -----:|-----:|-----:|-----:|----:| | ||
244 | -|uid|int|否||无|用户id| | 242 | +| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | |
243 | +|:-------| -----:|-----:|-----:|-----:|----:| ----:| | ||
244 | +|uid|int|5-10|否||无|用户id| | ||
245 | 245 | ||
246 | 注意,通用的头部没有列出。 | 246 | 注意,通用的头部没有列出。 |
247 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899 | 247 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899 |
@@ -275,10 +275,10 @@ code为200即为成功,否则是失败。 | @@ -275,10 +275,10 @@ code为200即为成功,否则是失败。 | ||
275 | ## 6、限定商品详情## | 275 | ## 6、限定商品详情## |
276 | 限定商品详情(method=app.limitProduct.limitProductDetail) | 276 | 限定商品详情(method=app.limitProduct.limitProductDetail) |
277 | #### 请求参数 | 277 | #### 请求参数 |
278 | -| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | 278 | +| 参数名称 | 参数类型 |长度 | 可否为空 | 示例 | 默认值 | 备注 | |
279 | |:-------| -----:|-----:|-----:|-----:|----:| | 279 | |:-------| -----:|-----:|-----:|-----:|----:| |
280 | -|uid|int|是||0|用户id| | ||
281 | -|limitProductCode|String|否||无|| | 280 | +|uid|int|5-10|是||0|用户id| |
281 | +|limitProductCode|16-20|String|否||无|| | ||
282 | 282 | ||
283 | 注意,通用的头部没有列出。 | 283 | 注意,通用的头部没有列出。 |
284 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899&limitProductCode=2016022420292150 | 284 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899&limitProductCode=2016022420292150 |
-
Please register or login to post a comment