修改自我测量数据
POST
/api/measurement/update
请求头
参数名
类型
描述
必填
token
必填
请求参数
参数名
类型
描述
必填
id
int
自我测量数据id 必传
必填
relationType
int
自我测量关系
必填
username
string
用户名
必填
phone
string
电话
必填
birth
string
生日
必填
sex
int
性别
必填
weight
int
体重
必填
height
int
身高
必填
leftFeetLength
float
左脚长
必填
rightFeetLength
float
右脚长
必填
leftFeetWidth
float
左脚宽
必填
rightFeetWidth
float
右脚宽
必填
leftArchPattern
int
左足弓 具体数值调用获取足弓接口获取
必填
rightArchPattern
int
右足弓 具体数值调用获取足弓接口获取
必填