This commit is contained in:
熊潇 2025-05-02 19:05:24 +08:00
parent 55d9f4b722
commit fce0996846

View File

@ -68,6 +68,7 @@ def sign(uri, data, a1, web_session):
return { return {
"x-s": encrypt_params["X-s"], "x-s": encrypt_params["X-s"],
"x-t": str(encrypt_params["X-t"]) "x-t": str(encrypt_params["X-t"])
"encrypt_params": encrypt_params,
} }
except Exception as e: except Exception as e:
print(f"Error during sign operation: {e}") print(f"Error during sign operation: {e}")