Showing
1 changed file
with
5 additions
and
5 deletions
@@ -197,9 +197,9 @@ code为200即为成功,否则是失败。 | @@ -197,9 +197,9 @@ code为200即为成功,否则是失败。 | ||
197 | | 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | | 197 | | 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | |
198 | |:-------| -----:|-----:|-----:|-----:|----:|----:| | 198 | |:-------| -----:|-----:|-----:|-----:|----:|----:| |
199 | |activityId|Integer|1-5|否||无|活动id| | 199 | |activityId|Integer|1-5|否||无|活动id| |
200 | -|app_version|String|5-10|否||无|版本号| | 200 | +|app_version|String|1-10|否||无|版本号| |
201 | |uid|Integer|1-10|否||无|| | 201 | |uid|Integer|1-10|否||无|| |
202 | -|userType|Byte|1|是||1|用户类型(1真实用户,2马甲用户)| | 202 | +|userType|Byte|1|是|1,2|1|用户类型(1真实用户,2马甲用户)| |
203 | |sort|Integer|1-7|是|||排队序号| | 203 | |sort|Integer|1-7|是|||排队序号| |
204 | |limit|Integer|1-3|是|||分页大小| | 204 | |limit|Integer|1-3|是|||分页大小| |
205 | 205 | ||
@@ -223,7 +223,7 @@ code为200即为成功,否则是失败。 | @@ -223,7 +223,7 @@ code为200即为成功,否则是失败。 | ||
223 | #### 请求参数 | 223 | #### 请求参数 |
224 | | 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | | 224 | | 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 | |
225 | |:-------| -----:|-----:|-----:|-----:|----:| ----:| | 225 | |:-------| -----:|-----:|-----:|-----:|----:| ----:| |
226 | -|uid|int|5-10|否||无|用户id| | 226 | +|uid|int|1-10|否||无|用户id| |
227 | 227 | ||
228 | 注意,通用的头部没有列出。 | 228 | 注意,通用的头部没有列出。 |
229 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899 | 229 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899 |
@@ -259,8 +259,8 @@ code为200即为成功,否则是失败。 | @@ -259,8 +259,8 @@ code为200即为成功,否则是失败。 | ||
259 | #### 请求参数 | 259 | #### 请求参数 |
260 | | 参数名称 | 参数类型 |长度 | 可否为空 | 示例 | 默认值 | 备注 | | 260 | | 参数名称 | 参数类型 |长度 | 可否为空 | 示例 | 默认值 | 备注 | |
261 | |:-------| -----:|-----:|-----:|-----:|----:| ----:| | 261 | |:-------| -----:|-----:|-----:|-----:|----:| ----:| |
262 | -|uid|int|5-10|是||0|用户id| | ||
263 | -|limitProductCode|String|16-20|否||无|| | 262 | +|uid|int|1-10|是||0|用户id| |
263 | +|limitProductCode|String|1-20|否||无|| | ||
264 | 264 | ||
265 | 注意,通用的头部没有列出。 | 265 | 注意,通用的头部没有列出。 |
266 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitProduct.limitProductDetail&uid=12710899&limitProductCode=2016022420292150 | 266 | 请求示例http://127.0.0.1:8080/gateway/?method=app.limitProduct.limitProductDetail&uid=12710899&limitProductCode=2016022420292150 |
-
Please register or login to post a comment