开放平台的消息类型字段,除了 InfoType 还有 MsgType
browningweb opened this issue · 1 comments
browningweb commented
wechat/src/OpenPlatform/Server/Guard.php
Line 64 in cee56dd
此处应该为
return $this->__isset('InfoType') ? $this->get('InfoType') : $this->get('MsgType');