From 7a7fb7b1fda9ba1f499eb0e9a16c30f81cf91a64 Mon Sep 17 00:00:00 2001 From: ZweiCD <416931358@qq.com> Date: Mon, 17 Aug 2020 14:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=AE=A2=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=B4=A7=E4=B8=BB=E5=8F=82=E6=95=B0=EF=BC=8Cbc?= =?UTF-8?q?=E5=8D=95=E6=8E=A8=E9=80=81=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/express_choose.php | 4 ++-- src/QimenWms.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/express_choose.php b/config/express_choose.php index be3578f..605b450 100644 --- a/config/express_choose.php +++ b/config/express_choose.php @@ -2,8 +2,8 @@ return [ 'address_list' => ['浙江省', '江苏省', '上海市'], - 'jzh_express_weight' => 30, - 'other_express_weight' => 50, + 'jzh_express_weight' => 25, + 'other_express_weight' => 45, 'logistics' => [ 'toB' => [ 'code' => 'CN7000001003751', diff --git a/src/QimenWms.php b/src/QimenWms.php index 9a44144..e08e0a2 100644 --- a/src/QimenWms.php +++ b/src/QimenWms.php @@ -194,6 +194,7 @@ class QimenWms extends BaseWms implements WmsInterface $postData = [ 'warehouseCode' => $this->config['warehouse_code'], + 'ownerCode' => $this->config['shipper_code'], 'orderCode' => $params['order_code'], 'orderId' => $params['order_code'], 'orderType' => $params['order_type'],