From 731d514ee52b8cc652c9a26ce087a86ff2af3f4c Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Tue, 29 Oct 2024 09:39:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderMt.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service/app/command/SpiderMt.php b/service/app/command/SpiderMt.php index cba3fe2b..0f69268e 100644 --- a/service/app/command/SpiderMt.php +++ b/service/app/command/SpiderMt.php @@ -393,7 +393,9 @@ class SpiderMt extends Command //判断是否需要发短信 if ((in_array($order->os, [1, 7]) && array_key_exists($order->order_status, [1 => 1, 3 => 3]))) { if ($admin_id > 0) { - $this->sms($admin_id, $order); + // 发送短信 + \app\server\Orders::sendOrderSms($admin_id, $item); + // $this->sms($admin_id, $order); } } $work = \app\server\Orders::getLiveRoomWork($order->create_at, $order->product_id);