修改基本信息
POST
/userManage/user/updateCurrent
接口描述
修改用户信息
请求参数
参数名
类型
描述
必填
name
string
姓名
可选
idCard
string
身份证
可选
tel
string
联系方式
可选
sex
int
性别
可选
duty
string
职务
可选
regin
int
在位情况
可选
成功返回
参数名
类型
描述
必填
code
int
0为正确
必填
失败返回
参数名
类型
描述
必填
code
int
错误码,0正确,不等于0表示有错误,错误信息会通过msg返回
必填
msg
string
错误提示信息。
可选