短信发送

This commit is contained in:
jianghanbo 2024-10-29 11:42:43 +08:00
parent 731d514ee5
commit 4154bd7219
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ 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) {
// 发送短信
\app\server\Orders::sendOrderSms($admin_id, $item);
\app\server\Orders::sendOrderSms($admin_id, $order);
// $this->sms($admin_id, $order);
}
}