Skip to content

Commit

Permalink
Update UFileMultiUpload.java
Browse files Browse the repository at this point in the history
  • Loading branch information
delexxie authored Feb 26, 2019
1 parent 3e82d7c commit b37c18b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class UFileMultiUpload {
public static final int CONCURRENT_COUNT = 3;
public static final String bucketName = "lapd";
public static final String baseurl = "http://douxiang.ufile.ucloud.com.cn/";
public static final String baseurl = "http://douxiang.cn-bj.ufileos.com/";

private static int calPartCount(String filePath, int partSize) {
File file = new File(filePath);
Expand Down

0 comments on commit b37c18b

Please sign in to comment.