php-wms-client/config/express_choose.php

26 lines
559 B
PHP
Raw Normal View History

2020-03-19 09:05:29 +00:00
<?php
return [
'address_list' => ['浙江省', '江苏省', '上海市'],
'jzh_express_weight' => 25,
'other_express_weight' => 45,
2020-07-13 10:57:14 +00:00
'logistics' => [
'toB' => [
2020-08-27 06:43:39 +00:00
[
'code' => 'CN7000001003751',
'name' => '跨越',
],
[
'code' => 'CN7000001000869',
'name' => '安能快运',
],
2020-07-13 10:57:14 +00:00
],
'toC' => [
2020-08-27 06:43:39 +00:00
[
'code' => 'STO',
'name' => '申通',
],
2020-07-13 10:57:14 +00:00
]
],
2020-03-19 09:05:29 +00:00
];