Authorization: ********************
{
"code": "277603",
"phoneNumber":"18980124830"
}
curl --location --request POST 'http://122.51.138.163:8080/h5/user/changePhoneNumber' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"code": "277603",
"phoneNumber":"18980124830"
}'
{"msg":"更换成功,请重新登录","code":200}