easy-swoole/wechat

component_appid 获取错误,应该为 component 的 appId

browningweb opened this issue · 4 comments

"component_appid" => $this->component[ServiceProviders::Config]->get('componentAppId'),

应该为

"component_appid" => $this->component[ServiceProviders::Config]->get('appId')

或者

"component_appid" => $this->app[ServiceProviders::Config]->get('componentAppId')

相应的,改类 87 行也有同样错误,其他文件暂未检查。

"component_appid" => $this->component[ServiceProviders::Config]->get('componentAppId')

感谢反馈,的确有问题,这边稍后修复。

此问题已修复,详细请看 #157