English
English
简体中文
Register
Log In
English
English
简体中文
Register
Log In
Language
English
English
简体中文
Register
Log In

When calling the cloud development API interface, the encryption is encrypted with HMAC-SHA256 in the python hmac library. Is there anything wrong with this?

Last Updated on2023-01-30 09:52:13
It is recommended to cooperate with postman for debugging. We provide request package and environment package, which will improve your development efficiency. At the same time, the encryption of python calculation: import hashlib message = bytes(client_id+t).encode('utf-8') secret = bytes (secret).encode('utf-8') signature = hmac.new(secret, message, hashlib.sha256).hexdigest().upper()

Click for services and help

Help Center