php-wms-client/config/express_choose.php

17 lines
356 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' => [
'code' => 'YTO',
'name' => '圆通',
],
'toC' => [
'code' => 'STO',
'name' => '申通',
]
],
2020-03-19 09:05:29 +00:00
];