|
|
@@ -11,14 +11,11 @@ public class MyConstant {
|
|
11
|
11
|
public static final String CSC_SZLS_CONFIG_SERVER = "csc-szls-config-server";
|
|
12
|
12
|
public static final String CSC_SZLS_GATEWAY = "csc-szls-gateway";
|
|
13
|
13
|
public static final String CSC_SZLS_OAUTH = "csc-szls-oauth";
|
|
14
|
|
- public static final String CSC_SZLS_PUBLIC = "csc-szls-public";
|
|
|
14
|
+ public static final String CSC_SZLS_BUSINESS = "csc-szls-business";
|
|
|
15
|
+ public static final String CSC_SZLS_MESSAGE = "csc-szls-message";
|
|
15
|
16
|
public static final String CSC_SZLS_UPMS_SYSTEM_MANAGE = "csc-szls-system-manage";
|
|
16
|
|
- public static final String OURL_HTTP = "http://";
|
|
17
|
|
- public static final String OURL_PORT = ":9601/";
|
|
18
|
|
- public static final String OURL_URL = "/public/loadResourceDefine";
|
|
19
|
|
- public static final String OAUTH_TOKEN = "http://172.16.0.2:9601/csc-szls-oauth/oauth/token";
|
|
20
|
|
-//public static final String OAUTH_TOKEN = "http://localhost:9601/csc-szls-oauth/oauth/token";
|
|
21
|
|
-// public static final String OAUTH_TOKEN = "http://localhost:9602/oauth/token";
|
|
|
17
|
+ //登录获取token接口地址
|
|
|
18
|
+ public static final String OAUTH_TOKEN = "http://CSC-SZLS-OAUTH/oauth/token";
|
|
22
|
19
|
//文件系统桶名称,相当于文件目录
|
|
23
|
20
|
public static final String BUCKET_NAME = "csc";
|
|
24
|
21
|
public static final String ATTACHMENT_PATH = "poliyattachment";
|