Browse Source

会员升级

Kirin 1 year ago
parent
commit
114e61cf4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crmeb/services/WithdrawService.php

+ 1 - 0
crmeb/services/WithdrawService.php

@@ -88,6 +88,7 @@ class WithdrawService
     protected static function decode($data)
     protected static function decode($data)
     {
     {
         $sKey = self::_sha1prng(self::$aeskey);
         $sKey = self::_sha1prng(self::$aeskey);
+        var_dump($sKey);
         $iv = '';
         $iv = '';
         $decrypted = openssl_decrypt(base64_decode($data), 'AES-128-ECB', $sKey, OPENSSL_RAW_DATA, $iv);
         $decrypted = openssl_decrypt(base64_decode($data), 'AES-128-ECB', $sKey, OPENSSL_RAW_DATA, $iv);
         var_dump($decrypted);
         var_dump($decrypted);