优化taskExists方法

添加`post`参数请求支持
This commit is contained in:
laoyuyu
2018-09-30 20:11:28 +08:00
parent ff81d43e72
commit 21bad6b9c1
25 changed files with 359 additions and 86 deletions

View File

@@ -67,7 +67,6 @@ public class AnyRunnModule {
String path = Environment.getExternalStorageDirectory().getPath() + "/mmm2.mp4";
Aria.download(this)
.load(url)
.setRequestMode(RequestEnum.GET)
.setFilePath(path)
.resetState()
.start();