{
"userId": 0,
"telephone": "string",
"smsCode": "string",
"uuid": "string"
}curl --location '/api/user/bindTelephoneByUserId' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"telephone": "string",
"smsCode": "string",
"uuid": "string"
}'{
"success": true,
"errorCode": 0,
"message": "string",
"requestID": "string",
"total": 0,
"data": [
"string"
]
}