question
This commit is contained in:
parent
9e88f1d2a9
commit
bd35e80310
@ -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]));
|
// $imMsg->sendMsg(make_wangyiyun_accid($order->group->owner_id), 1, $order->group->im_chat_id, 0, json_encode(['msg' => $msg]));
|
||||||
// 改为通知教练
|
// 改为通知教练
|
||||||
$chatService = new ChatService();
|
$chatService = new ChatService();
|
||||||
$msg = "请提醒用户【{$order->name}】每周抽出1天做清洁保养巩固,有助于维持良好的身体状态。";
|
$msg = "请提醒用户【{$order->name}】每周抽出1-3天做清洁保养巩固,有助于维持良好的身体状态。";
|
||||||
$chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH], [], []);
|
$chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH], [], []);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user