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