This commit is contained in:
jxxghp
2025-03-25 13:57:39 +08:00
parent 93ef3b1f1a
commit 60239bbfc4
+1 -1
View File
@@ -449,7 +449,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
) )
# Step 2: 处理二次认证 # Step 2: 处理二次认证
if init_resp.get("code") in [700, 701]: if init_result.get("code") in [700, 701]:
sign_check = init_result["sign_check"].split("-") sign_check = init_result["sign_check"].split("-")
start = int(sign_check[0]) start = int(sign_check[0])
end = int(sign_check[1]) end = int(sign_check[1])