no message

This commit is contained in:
hellcat 2025-04-08 17:39:24 +08:00
parent 02e9d8ab6a
commit e5514dcd15

View File

@ -337,7 +337,7 @@ final class HookController
->get()
->toArray();
$sMsg = date("Y-m-d H:i:s", $sStartTime);
$sMsg = '从 '.date("Y-m-d H:i:s", $sStartTime);
foreach ($aOrderList as $row) {
$coupon = str_replace('.', '#', $row['coupon']);
if (!$coupon) {