Merge branch 'feature/new_wms' into 'master'

取消订单增加货主参数,bc单推送条件修改

See merge request composer/php-wms-client!8
This commit is contained in:
赵杰 2020-08-17 14:10:06 +08:00
commit 06b07b8751
2 changed files with 3 additions and 2 deletions

View File

@ -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',

View File

@ -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'],