Kirin hace 1 año
padre
commit
38c8abb3b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

@@ -89,7 +89,7 @@ class WithdrawService
     public static function decode($businessBodyString)
     public static function decode($businessBodyString)
     {
     {
         //进行Aes解密
         //进行Aes解密
-        include_once '../phpseclib/Crypt/AES.php';
+        include_once './phpseclib/Crypt/AES.php';
         $aes = new \Crypt_AES(CRYPT_AES_MODE_ECB);
         $aes = new \Crypt_AES(CRYPT_AES_MODE_ECB);
         $aes->setKey(self::$aeskey);
         $aes->setKey(self::$aeskey);
         $data = $aes->decrypt(base64_decode($businessBodyString));
         $data = $aes->decrypt(base64_decode($businessBodyString));