scheme remain
This commit is contained in:
parent
3a582114f3
commit
74ef41b37b
@ -49,8 +49,9 @@ class OrderSchemeRemainMsg extends Command
|
|||||||
Log::info($msg);
|
Log::info($msg);
|
||||||
$this->info($msg);
|
$this->info($msg);
|
||||||
if ($msg) {
|
if ($msg) {
|
||||||
|
$url = "https://health.ufutx.com/go_html/dma_h5_biz/app/exercise/exerciseDetail?orderId=" . $scheme->order_id . "&tabIndex=1";
|
||||||
$chatService = new ChatService();
|
$chatService = new ChatService();
|
||||||
$chatService->sendImMsgUserToUser($scheme->order_id, '系统通知', $msg, 'https://image.fulllinkai.com/202403/29/dea3e0c27107cdf178635d2a41199e5e.png', 'yfheal://app/push/IMGroup', [ServiceRole::MAIN_COACH, ServiceRole::COACH, ServiceRole::CUSTOMER]);
|
$chatService->sendImMsgUserToUser($scheme->order_id, '系统通知', $msg, 'https://image.fulllinkai.com/202403/29/dea3e0c27107cdf178635d2a41199e5e.png', $url, [ServiceRole::MAIN_COACH, ServiceRole::COACH, ServiceRole::CUSTOMER]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user