{
"phone":"13840225566",//电话号码
"type":"类型"//other(民宗)、society(群众)
}curl --location --request POST 'http://localhost:8080/auth/oauth/smsCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone":"13840225566",//电话号码
"type":"类型"//other(民宗)、society(群众)
}'{
"code": 0,
"msg": "success",
"data": ""
}