文档
测试

修改用户信息

POST
/app/account/update-account-info

请求参数

参数名
类型
描述
必填
reqAccountDTO
object
修改用户信息实体
可选
createTime
string
可选
creatorId
integer
可选
displayName
string
张三
可选
email
string
test@163.com
可选
headImg
string
http://www.test/head.jpg
可选
id
integer
可选
limit
integer
10
可选
mobile
string
15005066666
可选
nickName
string
Kin
可选
sex
integer
可选
sortList
array[object]
可选
field
string
可选
sortOrd
string
可选
start
integer
1
可选
status
integer
可选
token
string
20191010121212
可选
updateTime
string
可选
updaterId
integer
可选
username
string
admin
可选

响应参数

参数名
类型
描述
必填
root
object
OK
必填
code
integer
200
可选
data
boolean
可选
msg
string
success
可选
success
boolean
True
可选