From 5b34193689095918fde83dcf32fd2d03315f59a9 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Sat, 12 Aug 2023 16:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=9A=E7=9F=A5=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/logic/LogisticsLogic.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/logic/LogisticsLogic.php b/app/api/logic/LogisticsLogic.php index 1c520f69..bb81f17a 100644 --- a/app/api/logic/LogisticsLogic.php +++ b/app/api/logic/LogisticsLogic.php @@ -202,6 +202,7 @@ class LogisticsLogic extends BaseLogic 'user_name' => $order['real_name'], 'user_phone' => $order['user_phone'], 'user_address' => $order['user_address'], + 'is_notice' => 0, 'user_take_code' => '', 'status' => 0, 'create_time' => time(),