From a82415343dbca86ba16b35294a3f5656d598e308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 29 Sep 2021 13:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/command/Auto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wechat/command/Auto.php b/app/wechat/command/Auto.php index dabf7abf5..2a316a176 100644 --- a/app/wechat/command/Auto.php +++ b/app/wechat/command/Auto.php @@ -68,7 +68,7 @@ class Auto extends Command if (empty($data)) $this->setQueueError("Message Data Query failed"); // 发送微信客服消息 - $this->buildMessage($data); + $this->buildMessage($data->toArray()); } /**