文档
测试

查询指定账户

GET
http://localhost:8080/cloudPlatform/user/selectById

接口描述

通过id查询指定账号

请求头

参数名
类型
描述
必填
Content-Type
application
必填
token
string
必填

请求参数

参数名
类型
描述
必填
userId
long
用户id 【必填】
必填

响应参数

参数名
类型
描述
必填
msg
json
操作信息
必填
userName
string
用户账号
必填
region
string
地区
必填
createTime
string
创建时间
必填
delFlag
boolean
删除标志
必填
code
int
操作码
必填