新增OSS上传

新增处理apk打包穿山甲功能(工作需要)
This commit is contained in:
2020-06-03 00:01:11 +08:00
parent ec0e94feec
commit 6a0acdc779
7 changed files with 235 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
package com.yutou.tools.interfaces;
public abstract class DownloadInterface {
public void onDownload(String file){};
public void onError(Exception e){};
}