Просмотр исходного кода

单点登入接口调整为内网地址

wy 9 месяцев назад
Родитель
Сommit
ec4c18a495

+ 3 - 2
ibps-oauth-root/modules/oauth-server2-default/src/main/java/com/lc/ibps/cloud/oauth/server/util/CustomerSingle.java

@@ -6,8 +6,9 @@ import com.fasterxml.jackson.annotation.JsonFormat;
 public enum CustomerSingle {
     //各家单点登入验证的的枚举
     //ZLYY("1001","深圳肿瘤","https://10.128.6.22:9074");
-    ZLYY("1001","深圳肿瘤","https://ysh.szch-cn.com:9074");
-    
+    //ZLYY("1001","深圳肿瘤","https://ysh.szch-cn.com:9074"); //公网域名
+      ZLYY("1001","深圳肿瘤","https://10.128.6.22:9074");
+
     private String code;
 
     private String text;