From bd35e80310f96f0f585877e7edc8854bf9b1cd20 Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 8 Apr 2026 14:05:46 +0800 Subject: [PATCH] question --- app/Console/Commands/DmaQuestionNotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/DmaQuestionNotice.php b/app/Console/Commands/DmaQuestionNotice.php index 54a9144..b96e666 100644 --- a/app/Console/Commands/DmaQuestionNotice.php +++ b/app/Console/Commands/DmaQuestionNotice.php @@ -127,7 +127,7 @@ class DmaQuestionNotice extends Command // $imMsg->sendMsg(make_wangyiyun_accid($order->group->owner_id), 1, $order->group->im_chat_id, 0, json_encode(['msg' => $msg])); // 改为通知教练 $chatService = new ChatService(); - $msg = "请提醒用户【{$order->name}】每周抽出1天做清洁保养巩固,有助于维持良好的身体状态。"; + $msg = "请提醒用户【{$order->name}】每周抽出1-3天做清洁保养巩固,有助于维持良好的身体状态。"; $chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH], [], []); }