|
|
@@ -14,9 +14,9 @@ public class MyConstant {
|
|
14
|
14
|
public static final String OURL_HTTP = "http://";
|
|
15
|
15
|
public static final String OURL_PORT = ":9601/";
|
|
16
|
16
|
public static final String OURL_URL = "/public/loadResourceDefine";
|
|
17
|
|
-// public static final String OAUTH_TOKEN = "http://172.16.0.46:9601/csc-szls-oauth/oauth/token";
|
|
|
17
|
+ public static final String OAUTH_TOKEN = "http://172.16.0.2:9601/csc-szls-oauth/oauth/token";
|
|
18
|
18
|
//public static final String OAUTH_TOKEN = "http://localhost:9601/csc-szls-oauth/oauth/token";
|
|
19
|
|
- public static final String OAUTH_TOKEN = "http://localhost:9602/oauth/token";
|
|
|
19
|
+// public static final String OAUTH_TOKEN = "http://localhost:9602/oauth/token";
|
|
20
|
20
|
//文件系统桶名称,相当于文件目录
|
|
21
|
21
|
public static final String BUCKET_NAME = "csc";
|
|
22
|
22
|
|