mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修正图文消息类型
This commit is contained in:
parent
ebefeda14f
commit
87947a64e2
@ -67,7 +67,7 @@ class Receive extends BasicPushEvent
|
||||
{
|
||||
$this->message = [
|
||||
'CreateTime' => time(),
|
||||
'MsgType' => 'mpnews',
|
||||
'MsgType' => 'news',
|
||||
'Articles' => $newsData,
|
||||
'ToUserName' => $this->getOpenid(),
|
||||
'FromUserName' => $this->getToOpenid(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user