/** * 广告PV展示 * @param $sdate * @param $edate * @param $station * @param $adtype 广告位置 * @param $page * @param $pagesize */ public function ShowAdPvInfo($sdate, $edate, $station, $adtype, $page, $pagesize, $is_graph = 0) { $obj = new Psys_StationRule(); return $obj->ShowAdPvInfo($sdate, $edate, $station, $adtype, $page, $pagesize, $is_graph); }