From e1ee21c44a87493f9e7c70bcb1dc1d939758d3ee Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Fri, 26 Dec 2025 16:29:14 +0800 Subject: [PATCH] update --- app/Console/Commands/SendNotification.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/Console/Commands/SendNotification.php b/app/Console/Commands/SendNotification.php index 26ed979..2f94613 100755 --- a/app/Console/Commands/SendNotification.php +++ b/app/Console/Commands/SendNotification.php @@ -155,8 +155,7 @@ class SendNotification extends Command // 免费课程 if ($courseSign->status == 1) { // 通过 - // $content = "{$smsSign}恭喜!您已被【{$course->name}】录取!您可在STBC小程序“我的课程”中查看详细内容。"; - $content = "{$smsSign}您报名的{$course->name}课程已审核通过!请登录小程序—我的课程—查看当天入场通知及指引,尽可能绿色通行,周日 8:50 前完成签到!谢谢!"; + $content = "{$smsSign}恭喜!您已被【{$course->name}】录取!您可在STBC小程序“我的课程”中查看详细内容。"; $this->smsNotice($vo, $content); } if ($courseSign->status == 2) { @@ -169,8 +168,7 @@ class SendNotification extends Command // 付费课程 if ($courseSign->status == 1) { // 通过 - $content = "{$smsSign}您报名的{$course->name}课程已审核通过!请登录小程序—我的课程—查看当天入场通知及指引,尽可能绿色通行,周日 8:50 前完成签到!谢谢!"; - // $content = "{$smsSign}恭喜!您已被【{$course->name}】录取!请在STBC小程序“我的”-“我的课程”-“报名状态”中完成入学手续。"; + $content = "{$smsSign}恭喜!您已被【{$course->name}】录取!请在STBC小程序“我的”-“我的课程”-“报名状态”中完成入学手续。"; $this->smsNotice($vo, $content); } if ($courseSign->status == 2) {