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]]);