Skip to content

Commit 3141c60

Browse files
committed
fix(repo): 线路列表字段
1 parent 0160920 commit 3141c60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

laravel/app/Http/Repository/BusRepository.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ public function getList($line, $refresh = false)
216216
return $listData;
217217
}
218218

219+
/**
220+
* 公交维护-线路列表 v2
221+
* @param $line
222+
* @param bool $refresh
223+
* @return array
224+
*/
219225
public function getListV2($line, $refresh = false)
220226
{
221227
if (empty($line)) {

0 commit comments

Comments
 (0)