fix:调整了无头浏览器的流程:需要手动调用关闭浏览器方法
fix:调整了下载文件判断,如果下载结束后文件不存在则抛异常
This commit is contained in:
@@ -64,6 +64,7 @@ public class Moyu extends Model {
|
||||
@Override
|
||||
public void onError(Exception e) {
|
||||
super.onError(e);
|
||||
e.printStackTrace();
|
||||
downloadImage(isSend,qq);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user