add clear

This commit is contained in:
as2252258@163.com
2019-07-03 18:51:56 +08:00
parent 366e995149
commit 7aca3cf1e4
+1
View File
@@ -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);