Authorization: Bearer ********************{
"phone": "13844440000",//手机号码
"password": "31545@u3u3j",//密码
"verify": "128372",//短信验证码
"type": "",//other民宗端、society社会端
"loginType": "mobile"//登录类型app默认mobile
}curl --location --request POST 'http://localhost:8080/auth/oauth/logout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13844440000",//手机号码
"password": "31545@u3u3j",//密码
"verify": "128372",//短信验证码
"type": "",//other民宗端、society社会端
"loginType": "mobile"//登录类型app默认mobile
}'{
"code": 0,
"msg": "success",
"data": ""
}