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
$authname = 'qywechat_access_token' . $appid;
因为企业微信会有多个应用需要缓存access_token 而appid 是企业微信的appid 是唯一的 应该使用appsecret 或者 appid+agentid
$authname = 'qywechat_access_token' . $appsecret;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$authname = 'qywechat_access_token' . $appid;
因为企业微信会有多个应用需要缓存access_token
而appid 是企业微信的appid 是唯一的
应该使用appsecret 或者 appid+agentid
$authname = 'qywechat_access_token' . $appsecret;
The text was updated successfully, but these errors were encountered: