Skip to content

Commit 2819848

Browse files
committed
[ci skip]
1 parent aeb49bc commit 2819848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/qiniu/api/config/Config.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ public class Config {
99
/**本地检测不通过、程序抛异常,设置 CallRet 的 statusCode 为此错误码*/
1010
public static final int ERROR_CODE = 0;
1111

12-
public static final String VERSION = "6.1.8";
12+
public static final String VERSION = "6.1.9";
1313

14-
public static String ACCESS_KEY = "<Please apply your access key>";
14+
public static String ACCESS_KEY = "";
1515

16-
public static String SECRET_KEY = "<Apply your secret key here, and keep it secret!>";
16+
public static String SECRET_KEY = "";
1717

1818
public static String RS_HOST = "http://rs.qbox.me";
1919

20-
public static String UP_HOST = "http://upload.qiniu.com";
20+
public static String UP_HOST = "http://up.qiniu.com";
2121

2222
public static String RSF_HOST = "http://rsf.qbox.me";
2323

0 commit comments

Comments
 (0)