[更新]调整公众号消息处理

This commit is contained in:
Anyon 2018-03-24 13:50:18 +08:00
parent dd07e354aa
commit bcda66172c

View File

@ -255,7 +255,7 @@ class Push
$wechat = WechatService::receive();
switch (strtolower($type)) {
case 'text':
return $wechat->text($data)->reply([], true);
return $wechat->text($data['content'])->reply([], true);
case 'image':
return $wechat->image($data['media_id'])->reply([], true);
case 'video':