Closed browningweb closed 3 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');
此问题已修复,详细请看 #157
https://github.com/easy-swoole/wechat/blob/cee56dd04f66109171ebf3009ccb52d5c177313d/src/OpenPlatform/Server/Guard.php#L64
此处应该为
return $this->__isset('InfoType') ? $this->get('InfoType') : $this->get('MsgType');