From 7453b46c7408b7b651b23ccbd24bc0dc5a4f9a7a Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Tue, 3 Sep 2024 10:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E6=A8=A1=E6=9D=BF=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderTc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/app/command/SpiderTc.php b/service/app/command/SpiderTc.php index 461a0a23..ed3c492c 100644 --- a/service/app/command/SpiderTc.php +++ b/service/app/command/SpiderTc.php @@ -293,7 +293,7 @@ class SpiderTc extends Command */ private function sms($admin_id, $order) { $user = Admins::cache(true)->where('id', $admin_id)->find(); - $templateId = 264956;// 261607 + $templateId = 261607; if ((!config('app.debug', true) || config('app.debug', true) === 'false') && (time() * 1000 - $order->create_at) / 1000 < 2 * 24 * 3600) { echo "发送短信\n"; print_r([$order->mobile, $templateId, ['title' => $order->product_name, 'mobile' => $user->mobile]]);