ftp断点上传

This commit is contained in:
AriaLyy
2017-07-28 18:57:14 +08:00
parent 1f527572e7
commit 4f40341ee9
67 changed files with 1269 additions and 860 deletions

View File

@@ -76,7 +76,7 @@ public class DownloadModule extends BaseModule {
String path = Environment.getExternalStorageDirectory() + "/download/" + name + ".apk";
DownloadEntity entity = new DownloadEntity();
entity.setFileName(name);
entity.setDownloadUrl(downloadUrl);
entity.setUrl(downloadUrl);
entity.setDownloadPath(path);
return entity;
}