w7corp / easywechat

📦 一个 PHP 微信 SDK

Home Page:https://easywechat.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

升级到6.15安装出现问题

tongxin3267 opened this issue · comments

我用的环境

  • PHP 版本:php8.0.2
  • overtrue/wechat 版本:6.15
  • 是否使用了框架?框架名称:thinkphp

问题及现象

$server->handleAuthCreated(function ($message, \Closure $next) {
file_put_contents('handleAuthCreated.txt', base64_encode($message));
return $next($message);
}
return $server->serve();

现在升级后安装企业微信应用失败,以前用6.13能安装成功。这是什么原因