Merge branch 'feature/new_wms' into 'master'
取消订单增加货主参数,bc单推送条件修改 See merge request composer/php-wms-client!8
This commit is contained in:
commit
06b07b8751
|
@ -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',
|
||||||
|
|
|
@ -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'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user