文档
测试

用户体重修改

POST
http://47.99.237.112:8889/userallweightrecords/updateweightrecordvo

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
token
string
示例:67ee4be0b405baa2be3216569782e787
必填
phone
int
示例:19855351192
必填
weightrecordId
int
示例:543
必填
weight
int
示例:78
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:修改成功
必填
state
int
示例:1
必填

说明 / 示例

{ "msg": "修改成功", "state": 1 }