17 lines
356 B
PHP
17 lines
356 B
PHP
<?php
|
|
|
|
return [
|
|
'address_list' => ['浙江省', '江苏省', '上海市'],
|
|
'jzh_express_weight' => 30,
|
|
'other_express_weight' => 50,
|
|
'logistics' => [
|
|
'toB' => [
|
|
'code' => 'KYE',
|
|
'name' => '跨越',
|
|
],
|
|
'toC' => [
|
|
'code' => 'STO',
|
|
'name' => '申通',
|
|
]
|
|
],
|
|
]; |