欢迎加入 ddzz用户交流群!
Authorization: ********************{
"phone": "string",
"code": "string",
"old_code": "string"
}curl --location --request PATCH 'https://api.sso.zdzz.top/api/user/phone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"phone": "string",
"code": "string",
"old_code": "string"
}'