no message

This commit is contained in:
hellcat 2025-04-08 17:38:02 +08:00
parent b60edb3cc6
commit 02e9d8ab6a

View File

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