文档
测试

修改用户数据查询

POST
http://39.98.155.166:4050/agro_monitor/user/findUserInfo.do

接口描述

通过用户id查询数据

请求参数

参数名
类型
描述
必填
userId
String
用户ID
必填

响应参数

参数名
类型
描述
必填
state
boolean
操作结果是否成功. false:失败;true:成功
必填
time
date
请求时间
必填
msg
String
请求返回内容
必填
data
list
返回数据
必填
id
String
用户ID
必填
username
String
用户名称
必填
loginName
String
登录名
必填
loginPass
String
登录密码
必填
cellphone
String
手机
必填
telephone
String
电话
必填
sex
Integer
性别 0:女 1:男
必填
age
Integer
年龄
必填
email
String
邮箱
必填
groupId
String
部门ID
必填
roleId
String
角色ID
必填