...
|
...
|
@@ -42,7 +42,7 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示: |
|
|
|
|
|
## 2、增加记录,获取生成用户id##
|
|
|
|
|
|
增加记录,获取生成用户id(method=app.passport.getNewUidback)
|
|
|
增加记录,获取生成用户id(method=app.passport.putUserprofile)
|
|
|
|
|
|
|
|
|
**公共请求参数**
|
...
|
...
|
@@ -60,14 +60,14 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示: |
|
|
| 参数名称 | 参数类型 |可否为空 |示例 |默认值 | 备注 |
|
|
|
| ---------|:--------:| --------:|-----:|------:|-----:|
|
|
|
|mobile |String | 是 |15212236292 | |电话号码 |
|
|
|
|email |String | 是 |penny3988@hotmail.com | |用户邮箱 |
|
|
|
|password |String | 是 |e10adc3949ba59abbe56e057f20f883e | |用户密码|
|
|
|
|email |String | 是 |152155@126.com | |用户邮箱 |
|
|
|
|password |String | 是 |min88111086 | |用户密码|
|
|
|
|client_type |String | 是 |h5 | |客户端类型|
|
|
|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
|
|
|
请求示例http://localhost:8080/gateway?method=app.passport.getNewUidback&email=minling@163.com&mobile=18995021292&client_type=h5&debug=XYZ
|
|
|
请求示例http://localhost:8080/gateway?method=app.passport.putUserprofile&mobile=15212236292&email=152155@126.com&password=min88111086&debug=XYZ
|
|
|
|
|
|
**响应(data里为int类型)**
|
|
|
|
...
|
...
|
|