天意暂存

This commit is contained in:
lushunming 2025-03-18 16:32:32 +08:00
parent 8bf5603390
commit 8d2ba6e0f0
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public class TianYiHandler {
return null; return null;
} }
public byte[] downloadQRCode(String uuid, String cookie) throws IOException { public byte[] downloadQRCode(String uuid, String reqId,String cookie) throws IOException {
Map<String, String> headers = new HashMap<>(); Map<String, String> headers = new HashMap<>();
@ -186,7 +186,7 @@ public class TianYiHandler {
String encryuuid = uuidInfo.get("encryuuid").getAsString(); String encryuuid = uuidInfo.get("encryuuid").getAsString();
// Step 2: Get QR Code // Step 2: Get QR Code
byte[] byteStr = downloadQRCode(encryuuid, secondCookie); byte[] byteStr = downloadQRCode(encryuuid, reqId,secondCookie);
Init.run(() -> showQRCode(byteStr)); Init.run(() -> showQRCode(byteStr));
// Step 3: Check login status // Step 3: Check login status