7 lines
147 B
PHP
7 lines
147 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'address_list' => ['浙江省', '江苏省', '上海市'],
|
||
|
'jzh_express_weight' => 35,
|
||
|
'other_express_weight' => 50,
|
||
|
];
|