提交 248fd47b 编写于 作者: zlt2000's avatar zlt2000

删除无用常量

上级 4b529a36
......@@ -122,10 +122,6 @@ public interface SecurityConstants {
* OAUTH模式登录处理地址
*/
String OAUTH_LOGIN_PRO_URL = "/user/login";
/**
* PASSWORD模式登录处理地址
*/
String PASSWORD_LOGIN_PRO_URL = "/oauth/user/token";
/**
* 获取授权码地址
*/
......@@ -138,14 +134,6 @@ public interface SecurityConstants {
* 登录失败页面
*/
String LOGIN_FAILURE_PAGE = LOGIN_PAGE + "?error";
/**
* 默认的OPENID登录请求处理url
*/
String OPENID_TOKEN_URL = "/oauth/openId/token";
/**
* 手机登录URL
*/
String MOBILE_TOKEN_URL = "/oauth/mobile/token";
/**
* 登出URL
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册