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