From 87947a64e2bd849295a045f9cda430fa1fabd6fb Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 12 Feb 2018 17:42:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3=E5=9B=BE?= =?UTF-8?q?=E6=96=87=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Receive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),