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

This commit is contained in:
ZweiCD 2020-08-17 14:09:02 +08:00
parent c7f15b88ba
commit 7a7fb7b1fd
2 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,8 @@
return [ return [
'address_list' => ['浙江省', '江苏省', '上海市'], 'address_list' => ['浙江省', '江苏省', '上海市'],
'jzh_express_weight' => 30, 'jzh_express_weight' => 25,
'other_express_weight' => 50, 'other_express_weight' => 45,
'logistics' => [ 'logistics' => [
'toB' => [ 'toB' => [
'code' => 'CN7000001003751', 'code' => 'CN7000001003751',

View File

@ -194,6 +194,7 @@ class QimenWms extends BaseWms implements WmsInterface
$postData = [ $postData = [
'warehouseCode' => $this->config['warehouse_code'], 'warehouseCode' => $this->config['warehouse_code'],
'ownerCode' => $this->config['shipper_code'],
'orderCode' => $params['order_code'], 'orderCode' => $params['order_code'],
'orderId' => $params['order_code'], 'orderId' => $params['order_code'],
'orderType' => $params['order_type'], 'orderType' => $params['order_type'],