mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修复自动回复消息
This commit is contained in:
parent
5c89ea4946
commit
a82415343d
@ -68,7 +68,7 @@ class Auto extends Command
|
|||||||
if (empty($data)) $this->setQueueError("Message Data Query failed");
|
if (empty($data)) $this->setQueueError("Message Data Query failed");
|
||||||
|
|
||||||
// 发送微信客服消息
|
// 发送微信客服消息
|
||||||
$this->buildMessage($data);
|
$this->buildMessage($data->toArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user