修改个人信息
POST
/api/v1/board/user/update更新个人信息
"device_bind_infos":{"weather_device_id":"xxxx","soil_device_id":"xxxx"}
请求参数
Body 参数application/json
name
string
名称
名称
additional_info
string
可选
phone_number
string
手机号码
phone_prefix
string
手机前缀
示例
{
"name": "xxxx"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
示例
{
"code": 200,
"message": "Success"
}
最后修改时间: 5 months ago