API:
<?php $encryptObj = new \EasySwoole\WeChat\MiniProgram\Encryptor(); $decryptedData = $encryptObj->decryptData($session, $iv, $encryptedData);