修复自动回复消息

This commit is contained in:
邹景立 2021-09-29 13:58:53 +08:00
parent 5c89ea4946
commit a82415343d

View File

@ -68,7 +68,7 @@ class Auto extends Command
if (empty($data)) $this->setQueueError("Message Data Query failed");
// 发送微信客服消息
$this->buildMessage($data);
$this->buildMessage($data->toArray());
}
/**