From 7aca3cf1e42ff9356934051f6617ed3b22d7893e Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Wed, 3 Jul 2019 18:51:56 +0800 Subject: [PATCH] add clear --- wx/Base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wx/Base.php b/wx/Base.php index a7e0741..40b7dba 100644 --- a/wx/Base.php +++ b/wx/Base.php @@ -357,6 +357,7 @@ abstract class Base $aesCipher = base64_decode($encryptedData); + flush(); $result = openssl_decrypt($aesCipher, "AES-128-CBC", $aesKey, 1, $aesIV); $dataObj = json_decode($result);