notice
This commit is contained in:
parent
a9c71e34b2
commit
afb3f65f8c
@ -128,7 +128,7 @@ class DmaQuestionNotice extends Command
|
||||
// 改为通知教练
|
||||
$chatService = new ChatService();
|
||||
$msg = "请提醒用户【{$order->name}】每周抽出1天做清洁保养巩固,有助于维持良好的身体状态。";
|
||||
$chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH, ServiceRole::CUSTOMER], [], []);
|
||||
$chatService->sendImMsgUserToUser($order->id, '系统通知', $msg, '', '', [ServiceRole::MAIN_COACH, ServiceRole::COACH], [], []);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user