up. 双向数据加密
This commit is contained in:
parent
33e176d440
commit
c8a073a46b
@ -25,7 +25,7 @@ class ContextMiddleware extends middleware
|
||||
if($encryptedData) {
|
||||
try{
|
||||
$jsonInput = $this->decryptCryptoJSData($encryptedData);
|
||||
}catch (\Throwable $e){
|
||||
}catch (\Throwable){
|
||||
$jsonInput = null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user