dev_该合并了 #8
@ -51,9 +51,9 @@ public class Moyu extends Model {
|
|||||||
|
|
||||||
private void downloadImage(boolean isSend, Long qq) {
|
private void downloadImage(boolean isSend, Long qq) {
|
||||||
Log.i(this, "下载图片");
|
Log.i(this, "下载图片");
|
||||||
String ret = HttpTools.get("https://api.j4u.ink/v1/store/other/proxy/remote/moyu.json");
|
String ret = HttpTools.get("https://api.vvhan.com/api/moyu?type=json");
|
||||||
JSONObject json = JSON.parseObject(ret);
|
JSONObject json = JSON.parseObject(ret);
|
||||||
HttpTools.download(json.getJSONObject("data").getString("moyu_url"), AppTools.getToDayTime() + "_moyu.jpg", new DownloadInterface() {
|
HttpTools.download(json.getString("url"), AppTools.getToDayTime() + "_moyu.jpg", new DownloadInterface() {
|
||||||
int count = 3;
|
int count = 3;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -86,4 +86,8 @@ public class Moyu extends Model {
|
|||||||
downloadImage(true, qq);
|
downloadImage(true, qq);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user