更新用户详细信息(updateInfo、)
PUT
http://localhost:520/api/user/info
请求参数
参数名
类型
描述
必填
skill
array
数据列表
必填
address
string
示例:中国-广东省-深圳市
必填
website
string
示例:https://github.com/CNLHB
必填
company
string
示例:jlc
必填
occupation
string
示例:全干攻城狮
必填
school
string
示例:洛杉矶断腿小学
必填
education
string
示例:本科
必填
profile
string
示例:爱华导师在线coding
必填
share
boolean
示例:true
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:sucess
必填
data
string
示例:更新成功
必填