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()