fix
This commit is contained in:
parent
fce0996846
commit
047d050b05
@ -67,7 +67,7 @@ def sign(uri, data, a1, web_session):
|
||||
encrypt_params = context_page.evaluate("([url, data]) => window._webmsxyw(url, data)", [uri, data])
|
||||
return {
|
||||
"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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user