修改个人信息
POST
http://localhost:8092/CZJY_AppAdmin_war_exploded/app/updatePersonalInformation.html
请求参数
参数名
类型
描述
必填
userId
int
必填
handImg
String
头像
必填
nickName
String
昵称
必填
autograph
String
个性签名
必填
sex
int
性别 0女1男
必填
city
String
城市
必填
响应参数
参数名
类型
描述
必填
m_strMessage
string
示例:修改成功!
必填
m_istatus
int
示例:1
必填
m_object
object
示例:null
必填