文档
测试

修改用户信息

POST
/api/v1/login/upuserinfo

请求参数

参数名
类型
描述
必填
userId
String
用户id
必填
token
String
验证码
必填
photo
File
头像
可选
oldpswd
String
旧密码
可选
userpwd
String
新密码
可选
user_email
String
邮箱
可选
user_phone
String
手机号
可选
user_qq
String
QQ
可选
username
String
用户昵称
可选

说明 / 示例

{ "code": 200, "msg": "修改成功" }