Skip to content

Commit c5ab3ff

Browse files
committed
fix
1 parent b9a2947 commit c5ab3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ User submitted parameters must be signed except for sign. First, the string to b
7777
2. join all parameters like this,key1value1key2value2key3value3...keyNvalueN;
7878
3. use app secret as prefix and suffix like appsecret + keyvalue_result + appsecret
7979
4. hmac with sha256, like hash_hmac('sha256', message, appSecret, true);
80-
5. get the sign string with md5(appSecret . hmac_hash_value . appSecret)
80+
5. get the sign string with md5(appSecret + hmac_hash_value + appSecret)
8181

8282

8383
## Request Process

0 commit comments

Comments
 (0)