pull/69/head
FongMi 3 years ago
parent e6dfcd8f1f
commit 1fab175734
  1. 2
      app/src/main/java/com/github/catvod/ali/API.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -293,7 +293,7 @@ public class API {
JSONObject body = new JSONObject();
body.put("file_id", fileId);
body.put("share_id", auth.getShareId());
body.put("expire_sec", 7200);
body.put("expire_sec", 600);
String json = API.get().auth("v2/file/get_share_link_download_url", body, true);
String url = new JSONObject(json).optString("download_url");
Map<String, List<String>> respHeaders = new HashMap<>();

Binary file not shown.

@ -1 +1 @@
4ba61a77c12a968853688f4005d3bfa6
a8254c66a7166602df254825bfe78429

Loading…
Cancel
Save