{
"phone": "18888888888",
"captchaId": "70383be4-d097-462a-bf4f-344e1471e6fd",
"code": "4562"
}
curl --location --request POST 'https://mall.dusksnow.top/app/user/login/smsCode' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "18888888888",
"captchaId": "70383be4-d097-462a-bf4f-344e1471e6fd",
"code": "4562"
}'
{
"code": 1000,
"data": "2280",
"message": "success"
}