This commit is contained in:
QAIU
2025-01-07 11:13:52 +08:00
parent 2cf85caf86
commit 0b3c77d644

View File

@@ -75,8 +75,8 @@ public class P115Tool extends PanBase {
.set("file_id", fileId)) .set("file_id", fileId))
.onSuccess(res2 -> { .onSuccess(res2 -> {
JsonObject resJson2 = asJson(res2); JsonObject resJson2 = asJson(res2);
if (!resJson.getBoolean("state")) { if (!resJson2.getBoolean("state")) {
fail(FIRST_REQUEST_URL + " 解析错误: " + resJson); fail(FIRST_REQUEST_URL + " 解析错误: " + resJson2);
return; return;
} }
// data.url.url // data.url.url