Authorization: ********************
{
"code": "277603",
"phoneNumber":"18980124830"
}
curl --location --request POST 'http://122.51.138.163:8080/h5/user/bindPhoneNumber' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"code": "277603",
"phoneNumber":"18980124830"
}'
{
"msg": "操作成功",
"code": 200
}