From 6bcc51a5b198181e4c6e24cbfbede24e728a0895 Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Mon, 29 Jun 2026 19:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=20?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PayService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Services/PayService.php b/app/Services/PayService.php index dde95d5c..e2a5ccb3 100644 --- a/app/Services/PayService.php +++ b/app/Services/PayService.php @@ -115,13 +115,14 @@ class PayService "logistics_type" => 4, "delivery_mode" => 1, "shipping_list" => [ - "item_desc" => "定制服务" + ["item_desc" => "定制服务"] ], "upload_time" => $payLog->pay_at->format('Y-m-d H:i:s'), "payer" => [ "openid" => $openid ] ]; + logger("微信小程序-发货信息录入", $data); WxMpService::make()->uploadShippingInfo($data); } catch (\Exception $e) { logger()->error("微信小程序-发货信息录入, " . $e->getMessage(), ['pay_log_id' => $payLog->id]);