Signature
MD5 Signature Algorithm Deprecation
MD5 signature algorithm will be deprecated before 2026/03/31. Please migrate to HMAC-SHA256 before this date.
Unified Signature Specification
All countries use the same signature rules. Please refer to Signature.
Quick Guide
We support the following two signature algorithms:
| Algorithm | sign_type Parameter Value | Recommendation |
|---|---|---|
| HMAC-SHA256 | HMAC-SHA256 | ⭐ Recommended |
| MD5 | MD5 or omit | Legacy compatible |
Signature Steps
- Sort parameters by ASCII order, exclude
sign,sign_type, and empty values - Concatenate as
key=value&key=valueformat - HMAC-SHA256: Sign directly with the key
- MD5: Append
&{platform_key}then compute MD5 hash
👉 For complete instructions and code examples, please refer to Signature