We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 版本:5.6 overtrue/wechat 版本:3.1
运行以下方法时 $miniProgram->encryptor->decryptData($sessionKey, $iv, $encrypt); 报错如下 Call to undefined method EasyWeChat\Encryption\Encryptor::decryptData()
The text was updated successfully, but these errors were encountered:
升级一下版本?
Sorry, something went wrong.
嗯 确实 升级版本后,问题解决 多谢
No branches or pull requests
我用的环境
PHP 版本:5.6
overtrue/wechat 版本:3.1
Encryptor中无decryptData方法
运行以下方法时
$miniProgram->encryptor->decryptData($sessionKey, $iv, $encrypt);
报错如下
Call to undefined method EasyWeChat\Encryption\Encryptor::decryptData()
The text was updated successfully, but these errors were encountered: