{
"phone": "13844440000",//手机号码
"password": "31545@u3u3j",//密码
"verify": "128372",//短信验证码
"type": "",//other民宗端、society社会端
"loginType": "mobile"//登录类型app默认mobile
}curl --location --request POST 'http://localhost:8080/auth/oauth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13844440000",//手机号码
"password": "31545@u3u3j",//密码
"verify": "128372",//短信验证码
"type": "",//other民宗端、society社会端
"loginType": "mobile"//登录类型app默认mobile
}'{"code":500,"msg":"例如:密码错误!","data":null}
{
"code": 0,
"msg": "success",
"data": {
"code": 0,
"token_type": "bearer",
"access_token": "567ae0d2-ac94-4c0a-88a7-c4bef374ed2f",//access_token app接口需要
"refresh_token": "20b76ffc-47cc-4a7c-8d57-0ccbb3f176a0",
"scope": "all",
"expires_in": 49999
}
}