{
"type": "string",
"mobile": "string",
"code": "string"
}
curl --location --request POST 'https://java-front.likeadmin.cn//api/user/bindMobile' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"mobile": "string",
"code": "string"
}'
{
"code": 200,
"msg": "成功",
"data": []
}