From 11d4d6425bdea8b0713500a0edcbb877bebe3c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Mon, 28 Aug 2023 16:58:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E8=81=9A=E6=B0=B4=E6=BD=AD?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8E=88=E6=9D=83=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Ship/WayBillService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Ship/WayBillService.php b/app/Services/Ship/WayBillService.php index 0f8d1d1..d8a86f0 100644 --- a/app/Services/Ship/WayBillService.php +++ b/app/Services/Ship/WayBillService.php @@ -249,7 +249,7 @@ class WayBillService 'user_id' => $shopShip->owner_id, ]; - return [$sender, $orderInfo, $senderConfig['wp_code']]; + return [$senderConfig, $orderInfo, $senderConfig['wp_code']]; } public function setObjectId()