{
"scene": 101,
"mobile": 18927154888
}
curl --location --request POST 'https://java-front.likeadmin.cn//api/index/sendSms' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": 101,
"mobile": 18927154888
}'
{
"code": 200,
"msg": "成功",
"data": []
}