/** * @param 车站列表 * @return */ public function picDir($stationid) { $db = new Psys_StationRule(); return $db->dirList($stationid); }