|
|
@@ -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;
|