更新摸鱼接口

This commit is contained in:
Yutousama 2022-06-27 10:15:24 +08:00
parent 299bc17758
commit d76090af75

View File

@ -48,7 +48,7 @@ public class Moyu extends Model {
}
private void downloadImage() {
String ret = HttpTools.get("https://api.j4u.ink/proxy/remote/moyu.json");
String ret = HttpTools.get("https://api.j4u.ink/v1/store/other/proxy/remote/moyu.json");
JSONObject json = JSON.parseObject(ret);
HttpTools.download(json.getJSONObject("data").getString("moyu_url"), AppTools.getToDayTime() + "_moyu.jpg", new DownloadInterface() {
@Override