Authorization: ********************
{
"signature" : "",
"city" : "",
"nickName" : "",
"sex" : "",
"weight" : 22074,
"avatar" : "1",
"userId" : "",
"height" : 23768,
"albumUrls":"1.png;2.png"
}
curl --location --request POST 'http://122.51.138.163:8080/h5/user/edit' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"signature" : "",
"city" : "",
"nickName" : "",
"sex" : "",
"weight" : 22074,
"avatar" : "1",
"userId" : "",
"height" : 23768,
"albumUrls":"1.png;2.png"
}'
{"msg":"操作成功","code":200}