File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/qiniu/api/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ public class Config {
9
9
/**本地检测不通过、程序抛异常,设置 CallRet 的 statusCode 为此错误码*/
10
10
public static final int ERROR_CODE = 0 ;
11
11
12
- public static final String VERSION = "6.1.8 " ;
12
+ public static final String VERSION = "6.1.9 " ;
13
13
14
- public static String ACCESS_KEY = "<Please apply your access key> " ;
14
+ public static String ACCESS_KEY = "" ;
15
15
16
- public static String SECRET_KEY = "<Apply your secret key here, and keep it secret!> " ;
16
+ public static String SECRET_KEY = "" ;
17
17
18
18
public static String RS_HOST = "http://rs.qbox.me" ;
19
19
20
- public static String UP_HOST = "http://upload .qiniu.com" ;
20
+ public static String UP_HOST = "http://up .qiniu.com" ;
21
21
22
22
public static String RSF_HOST = "http://rsf.qbox.me" ;
23
23
You can’t perform that action at this time.
0 commit comments