up. 双向数据加密

This commit is contained in:
u2nyakim 2025-08-29 16:03:38 +08:00
parent 33e176d440
commit c8a073a46b

View File

@ -25,7 +25,7 @@ class ContextMiddleware extends middleware
if($encryptedData) {
try{
$jsonInput = $this->decryptCryptoJSData($encryptedData);
}catch (\Throwable $e){
}catch (\Throwable){
$jsonInput = null;
}