[edit] base64_encode

This commit is contained in:
bvbej 2022-01-11 14:58:04 +08:00
parent da6a6328c9
commit 50c8072fa2

View File

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