We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a2947 commit c5ab3ffCopy full SHA for c5ab3ff
README.md
@@ -77,7 +77,7 @@ User submitted parameters must be signed except for sign. First, the string to b
77
2. join all parameters like this,key1value1key2value2key3value3...keyNvalueN;
78
3. use app secret as prefix and suffix like appsecret + keyvalue_result + appsecret
79
4. hmac with sha256, like hash_hmac('sha256', message, appSecret, true);
80
-5. get the sign string with md5(appSecret . hmac_hash_value . appSecret)
+5. get the sign string with md5(appSecret + hmac_hash_value + appSecret)
81
82
83
## Request Process
0 commit comments