新增错误提示
This commit is contained in:
parent
479ae1dfba
commit
e0e7195c57
@ -51,6 +51,12 @@ public class GetSeTu extends Model {
|
|||||||
super.onDownload(file);
|
super.onDownload(file);
|
||||||
QQBotManager.getInstance().sendMessage(file, qq, "");
|
QQBotManager.getInstance().sendMessage(file, qq, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onError(Exception e) {
|
||||||
|
super.onError(e);
|
||||||
|
QQBotManager.getInstance().sendMessage(qq,"获取失败");
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user