取消订单增加货主参数,bc单推送条件修改
This commit is contained in:
parent
c7f15b88ba
commit
7a7fb7b1fd
|
@ -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',
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user