php-wms-client/config/express_choose.php

17 lines
368 B
PHP

<?php
return [
'address_list' => ['浙江省', '江苏省', '上海市'],
'jzh_express_weight' => 25,
'other_express_weight' => 45,
'logistics' => [
'toB' => [
'code' => 'CN7000001003751',
'name' => '跨越',
],
'toC' => [
'code' => 'STO',
'name' => '申通',
]
],
];