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);