|
|
@@ -21,7 +21,7 @@ public class MyConstant {
|
|
21
|
21
|
// public static final String OAUTH_TOKEN = "http://localhost:9602/oauth/token";
|
|
22
|
22
|
//文件系统桶名称,相当于文件目录
|
|
23
|
23
|
public static final String BUCKET_NAME = "csc";
|
|
24
|
|
-
|
|
|
24
|
+ public static final String ATTACHMENT_PATH = "poliyattachment";
|
|
25
|
25
|
//是否
|
|
26
|
26
|
public static final int ZERO = 0;
|
|
27
|
27
|
public static final int ONE = 1;
|