Authored by zhengwen.ge

update

... ... @@ -197,9 +197,9 @@ code为200即为成功,否则是失败。
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:|----:|
|activityId|Integer|1-5|否||无|活动id|
|app_version|String|5-10|否||无|版本号|
|app_version|String|1-10|否||无|版本号|
|uid|Integer|1-10|否||无||
|userType|Byte|1|是||1|用户类型(1真实用户,2马甲用户)|
|userType|Byte|1|是|1,2|1|用户类型(1真实用户,2马甲用户)|
|sort|Integer|1-7|是|||排队序号|
|limit|Integer|1-3|是|||分页大小|
... ... @@ -223,7 +223,7 @@ code为200即为成功,否则是失败。
#### 请求参数
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:| ----:|
|uid|int|5-10|否||无|用户id|
|uid|int|1-10|否||无|用户id|
注意,通用的头部没有列出。
请求示例http://127.0.0.1:8080/gateway/?method=app.limitcode.query&uid=12710899
... ... @@ -259,8 +259,8 @@ code为200即为成功,否则是失败。
#### 请求参数
| 参数名称 | 参数类型 |长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:| ----:|
|uid|int|5-10|是||0|用户id|
|limitProductCode|String|16-20|否||无||
|uid|int|1-10|是||0|用户id|
|limitProductCode|String|1-20|否||无||
注意,通用的头部没有列出。
请求示例http://127.0.0.1:8080/gateway/?method=app.limitProduct.limitProductDetail&uid=12710899&limitProductCode=2016022420292150
... ...