修改我的信息
POST
/api/updateMyInfo
接口描述
每个参数都可以单独传递,比如修改头像时只传递头像就可以了。
请求参数
参数名
类型
描述
必填
nickname
string
昵称
可选
birthday
string
生日,格式2019-04-09这种字符串格式
可选
city
string
常住城市
可选
textSign
string
个性签名
可选
head
string
头像图片名字
可选
响应参数
参数名
类型
描述
必填
code
int
错误码,0正确,小于0表示有错误
必填
msg
string
错误信息
可选