From 75f3a68faf8199627dc9f381a36ba516b7cdb8ec Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Sun, 2 Jan 2022 00:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B6=A9=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/yutou/qqbot/models/setu/GetSeTu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/yutou/qqbot/models/setu/GetSeTu.java b/src/main/java/com/yutou/qqbot/models/setu/GetSeTu.java index 3edcc49..a866732 100644 --- a/src/main/java/com/yutou/qqbot/models/setu/GetSeTu.java +++ b/src/main/java/com/yutou/qqbot/models/setu/GetSeTu.java @@ -28,7 +28,7 @@ public class GetSeTu extends Model { String ret=HttpTools.get("https://api.ixiaowai.cn/api/api.php?return=json"); JSONObject json=JSONObject.parseObject(ret); HttpTools.download(json.getString("imgurl"), - null, new DownloadInterface() { + "setu.jpg", new DownloadInterface() { @Override public void onDownload(File file) { super.onDownload(file);