{
"mobile": "15601691234",
"scene": 1
}curl --location --request POST '/app-api/member/auth/send-sms-code' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "15601691234",
"scene": 1
}'{
"code": 0,
"data": true,
"msg": "string"
}