修改个人信息
POST
/User/UpdateProfile请求参数
Body 参数application/json
City
string
可选
Country
string
可选
NickName
string
可选
Province
string
可选
Sex
integer <int32>
可选
Signature
string
可选
Wxid
string
可选
示例
{
"City": "string",
"Country": "string",
"NickName": "string",
"Province": "string",
"Sex": 0,
"Signature": "string",
"Wxid": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前