php-wms-client/config/express_choose.php

17 lines
368 B
PHP
Raw Normal View History

2020-03-19 09:05:29 +00:00
<?php
return [
'address_list' => ['浙江省', '江苏省', '上海市'],
2020-07-13 10:57:14 +00:00
'jzh_express_weight' => 30,
2020-03-19 09:05:29 +00:00
'other_express_weight' => 50,
2020-07-13 10:57:14 +00:00
'logistics' => [
'toB' => [
2020-07-23 08:15:04 +00:00
'code' => 'CN7000001003751',
2020-07-23 02:11:50 +00:00
'name' => '跨越',
2020-07-13 10:57:14 +00:00
],
'toC' => [
'code' => 'STO',
'name' => '申通',
]
],
2020-03-19 09:05:29 +00:00
];