...
|
...
|
@@ -392,7 +392,7 @@ mars,资讯还需要调用/relation/deleteSSORelation删除sso_relation表数 |
|
|
|nickName|String||否||||
|
|
|
|
|
|
|
|
|
请求参数示例:http://localhost:8096/uic/userInfo/getExistNickName
|
|
|
请求参数示例:http://localhost:8096/uic/UserInfoRest/getExistNickName
|
|
|
|
|
|
```json
|
|
|
["123","凌89891"]
|
...
|
...
|
@@ -415,13 +415,13 @@ mars,资讯还需要调用/relation/deleteSSORelation删除sso_relation表数 |
|
|
|200|请求成功
|
|
|
|data|返回能够查询到结果的nickname
|
|
|
|
|
|
## 12、根据昵称查询用户信息是否存在(给社区后台管理真实用户使用)##
|
|
|
## 12、根据昵称查询用户信息(给社区后台管理真实用户使用)##
|
|
|
#### 请求参数 post
|
|
|
| 参数名称 | 参数类型 |长度| 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|
|
|
|param|String||否|||用户昵称|
|
|
|
|
|
|
请求参数示例:http://localhost:8096/uic/userInfo/getUserDetailByNickName
|
|
|
请求参数示例:http://localhost:8096/uic/UserInfoRest/getUserInfoByNickName
|
|
|
```json
|
|
|
{
|
|
|
"param":"123"
|
...
|
...
|
@@ -469,7 +469,7 @@ mars,资讯还需要调用/relation/deleteSSORelation删除sso_relation表数 |
|
|
| 参数名称 | 参数类型 |长度| 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|
|
|
|nickName|String||否||||
|
|
|
请求参数示例:http://localhost:8096/uic/userInfo/getUserInfoListByFuzzyNickName
|
|
|
请求参数示例:http://localhost:8096/uic/UserInfoRest/getUserInfoListByNickName
|
|
|
```json
|
|
|
{
|
|
|
"nickName":"123"
|
...
|
...
|
@@ -545,7 +545,7 @@ mars,资讯还需要调用/relation/deleteSSORelation删除sso_relation表数 |
|
|
|signature|int||是||||
|
|
|
|yohoUid|int||是|||有货uid|
|
|
|
|
|
|
请求参数示例:http://localhost:8096/uic/userInfo/batchInsertUserInfoDetail
|
|
|
请求参数示例:http://localhost:8096/uic/UserInfoRest/batchInsertUserInfo
|
|
|
```json
|
|
|
[
|
|
|
{
|
...
|
...
|
|