songdb 6 年之前
父節點
當前提交
309d1a41aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Libs/Pay/Merchants/OriginBank.php

+ 1 - 1
app/Libs/Pay/Merchants/OriginBank.php

@@ -115,7 +115,7 @@ class OriginBank
 
     public function decrypt($sStr, $sKey) {
         $sStr=hex2bin($sStr);
-        $decrypted= mcrypt_decrypt(
+        $decrypted= @mcrypt_decrypt(
             MCRYPT_RIJNDAEL_128,
             $sKey,
             $sStr,