set
This commit is contained in:
parent
55d9f4b722
commit
fce0996846
@ -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}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user