分账签名算法问题
#2534
Replies: 3 comments 1 reply
-
还望官方修复 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
自己造个 $encryptMethod = function (string $thing) {
\parse_str($thing, $things);
['key' => $key] = $things;
return \hash_hmac('sha256', $thing, $key);
}; 另外,截图贴代码,这习惯贼差,图片不能参与检索、无法引用,建议改掉这个不好得习惯。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions