예제 #1
0
 /**
  * banner-首页 详情统计
  * @param $stationid $date
  * @return $data
  */
 public function BannerIndex($stationid, $date)
 {
     $db = new Psys_StationRule();
     return $db->BannerIndex($stationid, $date);
 }