Merge pull request !202 from 赵世界/bugfix/2023-08-25
This commit is contained in:
赵世界 2023-08-28 08:59:24 +00:00 committed by Gitee
commit bf32c4607c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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