php-wms-client/config/express_choose.php
2020-07-13 18:57:14 +08:00

17 lines
356 B
PHP

<?php
return [
'address_list' => ['浙江省', '江苏省', '上海市'],
'jzh_express_weight' => 30,
'other_express_weight' => 50,
'logistics' => [
'toB' => [
'code' => 'YTO',
'name' => '圆通',
],
'toC' => [
'code' => 'STO',
'name' => '申通',
]
],
];