easy-swoole / wechat

Wechat based on easyswoole.
82 stars 28 forks source link

开放平台的消息类型字段,除了 InfoType 还有 MsgType #150

Closed browningweb closed 2 years ago

browningweb commented 2 years ago

https://github.com/easy-swoole/wechat/blob/cee56dd04f66109171ebf3009ccb52d5c177313d/src/OpenPlatform/Server/Guard.php#L64

此处应该为

return $this->__isset('InfoType') ? $this->get('InfoType') : $this->get('MsgType');

XueSiLf commented 2 years ago

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