<?php

return [
    'address_list' => ['浙江省', '江苏省', '上海市'],
    'jzh_express_weight' => 25,
    'other_express_weight' => 45,
    'logistics' => [
        'toB' => [
            [
                'code' => 'CN7000001003751',
                'name' => '跨越',
            ],
            [
                'code' => 'CN7000001000869',
                'name' => '安能快运',
            ],

        ],
        'toC' => [
            [
                'code' => 'STO',
                'name' => '申通',
            ],
        ]
    ],
];