diff --git a/app/Console/Commands/OrderSchemeRemainMsg.php b/app/Console/Commands/OrderSchemeRemainMsg.php index aaecfd9..34af8dc 100644 --- a/app/Console/Commands/OrderSchemeRemainMsg.php +++ b/app/Console/Commands/OrderSchemeRemainMsg.php @@ -49,8 +49,9 @@ class OrderSchemeRemainMsg extends Command Log::info($msg); $this->info($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->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]); } }