{
"mobile":"13840336655",//电话号码
"userType":"",//用户类型other(民宗)、society(群众)
"type":""//验证类型password(修改密码、找回密码)、register(注册)
}curl --location --request POST 'http://localhost:8080/sys/mobile_user/mobile_smsCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile":"13840336655",//电话号码
"userType":"",//用户类型other(民宗)、society(群众)
"type":""//验证类型password(修改密码、找回密码)、register(注册)
}'{
"code": 0,
"msg": "success",
"data": ""
}