ataraxia82
Results
2
issues of
ataraxia82
php artisan socket:serve In TcpServer.php line 164: Failed to listen on "tcp://127.0.0.1:1010": Permission denied
$authname = 'qywechat_access_token' . $appid; 因为企业微信会有多个应用需要缓存access_token 而appid 是企业微信的appid 是唯一的 应该使用appsecret 或者 appid+agentid $authname = 'qywechat_access_token' . $appsecret;