This commit is contained in:
FongMi 2023-02-18 22:44:40 +08:00
parent e6dfcd8f1f
commit 1fab175734
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1 +1 @@
4ba61a77c12a968853688f4005d3bfa6
a8254c66a7166602df254825bfe78429