route.php 347 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php return [ 'Id' => 'ID', 'Name' => '线路名称', 'Start_address' => '开始地址', 'End_address' => '结束地址', 'Type' => '线路类型', 'Type 1' => '城际', 'Type 2' => '计票', 'Price' => '城际价格', 'Create_time' => '创建时间' ];