|
|
@@ -96,7 +96,7 @@ class NoticeController extends PublicController
|
|
|
if (!empty($ljh)) {
|
|
|
$ljhMobile = $ljh->mobile ?? '';
|
|
|
if (!empty($ljhMobile)) {
|
|
|
- sms::send($ljhMobile . ',' . $orderSn, '恭喜,您已成功报名零交会(编号{svar}),会议时间是3.24-3.26,请提前做好出行和住宿安排');
|
|
|
+ sms::send($ljhMobile . ',' . $orderSn, '恭喜,您已成功报名零交会(编号{$var}),会议时间是3.24-3.26,请提前做好出行和住宿安排');
|
|
|
}
|
|
|
}
|
|
|
noticeUtil::push("零交会有新人报名 {$ljhMobile} {$orderSn},请注意查看", '15280215347');
|