easy-swoole/wechat

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

browningweb opened this issue · 1 comments

return $this->get('InfoType');

此处应该为

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

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