# 用戶資料修改
~~~[api]
post:wechat/api.user/set
*string:openid=openid#小程序openid
*string:headimg=headimg#用戶頭像 用base64吧
*string:nickname=用戶昵稱#用戶昵稱
*string:province=廣東#省份
*string:city=廣州#城市
*string:sex=男#性別
<<<
result
{
"code": 1,
"info": "更新用戶資料成功!",
"data": []
}
~~~