设置信息
开发中POST
/api/user/setInfo请求参数
Body 参数application/x-www-form-urlencoded
field
string
必需
字段: avatar=头像, account="账号", nickname="昵称", sex="性别"
value
string
变更的值
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 0,
"msg": "操作成功",
"data": []
}
最后修改时间: 2 years ago