{
"phone": "15698326172",
"stype": "UpPhone"
}
curl --location --request POST '/smscode/after' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "15698326172",
"stype": "UpPhone"
}'
{
"code": "1",
"msg": "success",
"data": "短信验证码发送成功"
}