diff --git a/WeChat/Receive.php b/WeChat/Receive.php index 7e1659f..7f4d070 100644 --- a/WeChat/Receive.php +++ b/WeChat/Receive.php @@ -67,7 +67,7 @@ class Receive extends BasicPushEvent { $this->message = [ 'CreateTime' => time(), - 'MsgType' => 'mpnews', + 'MsgType' => 'news', 'Articles' => $newsData, 'ToUserName' => $this->getOpenid(), 'FromUserName' => $this->getToOpenid(),