From 74ef41b37bc3fa0c4fc56f9c18761c9cd37c8cf5 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 12 Jun 2026 10:38:33 +0800 Subject: [PATCH] scheme remain --- app/Console/Commands/OrderSchemeRemainMsg.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]); } }