zxhxx 3 anni fa
parent
commit
f94031ab96
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      vendor/overtrue/wechat/src/MiniProgram/Encryptor.php

+ 1 - 1
vendor/overtrue/wechat/src/MiniProgram/Encryptor.php

@@ -35,7 +35,7 @@ class Encryptor extends BaseEncryptor
             base64_decode($iv, false)
         );
 
-        $decrypted = json_decode($decrypted, true);
+        //$decrypted = json_decode($decrypted, true);
 
         if (!$decrypted) {
             throw new DecryptException('The given payload is invalid.');