Merge branch 'dev' of bvbej/base-php into master

This commit is contained in:
bvbej 2022-01-11 14:02:55 +08:00 committed by Gogs
commit 7e149f8ebd

View File

@ -110,7 +110,7 @@ class BvBeJHandle
't' => $timestamp 't' => $timestamp
]); ]);
ksort($form); ksort($form);
$sign = urldecode(http_build_query($form)); $sign = urlencode(http_build_query($form));
try { try {
$signature = $this->AesEncrypt($sign, $key, $vi); $signature = $this->AesEncrypt($sign, $key, $vi);
if ($signature === false) { if ($signature === false) {