Append '~S' to final_pow_token in token_payload

This commit is contained in:
TheSmallHanCat
2026-01-20 23:58:15 +08:00
committed by GitHub
parent 0cc1c2e32d
commit 2320f36714

View File

@@ -146,7 +146,7 @@ class SoraClient:
debug_logger.log_warning("PoW calculation failed, using error token")
token_payload = {
"p": final_pow_token,
"p": final_pow_token + "~S",
"t": resp.get("turnstile", {}).get("dx", ""),
"c": resp.get("token", ""),
"id": req_id,