ci:将sso获取token和sso获取userInfo的链接调整为新版测试地址
This commit is contained in:
@@ -10,12 +10,12 @@ public class SsoConstants {
|
||||
/**
|
||||
* 获取Token的路径
|
||||
*/
|
||||
public static final String GET_TOKEN_PATH = "esc-sso/oauth2.0/accessToken?";
|
||||
public static final String GET_TOKEN_PATH = "esc-sso/oauth2.0/accessToken/old?";
|
||||
|
||||
/**
|
||||
* 获取Token的路径
|
||||
*/
|
||||
public static final String GET_USERINFO_PATH = "esc-sso/oauth2.0/profile?";
|
||||
public static final String GET_USERINFO_PATH = "esc-sso/oauth2.0/profile/old?";
|
||||
|
||||
/**
|
||||
* 应用注册ID
|
||||
|
||||
Reference in New Issue
Block a user