예제 #1
0
 /**
  * 查询当日每个ap访问人数
  * @param  $date    
  * @param  $station 
  */
 public function ApQueryNum($date, $station)
 {
     $obj = new Psys_StationRule();
     return $obj->ApQueryNum($date, $station);
 }