From 4194e3719751bedbd1608da9d4b2b050e98df491 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 31 Aug 2023 02:32:13 +0800 Subject: [PATCH] yh --- app/Helper/Baofu/Baofu.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Helper/Baofu/Baofu.php b/app/Helper/Baofu/Baofu.php index 1e2669c..a9b331a 100644 --- a/app/Helper/Baofu/Baofu.php +++ b/app/Helper/Baofu/Baofu.php @@ -544,7 +544,6 @@ class Baofu $result = Rsa::decryptByPublicKey($response, $this->getCerFilePath()); echo $result; echo PHP_EOL; - $result = base64_decode($result); $result = json_decode($result, true); if ($result['header']['sysRespCode'] == 'S_0000' && $result['body']['transHeader']['returnCode'] == '0000') { return $result['body']['transContent'];