Beispiel #1
0
 /**
  * wifi每7日连接详情数据ajax
  * @param string $sortname  排序字段
  * @param string $sortorder 排序方式
  * @param int $page      当前页
  * @param int $pagesize  每页条数
  */
 public function WifiWeekInfo($sortname, $sortorder, $page, $pagesize)
 {
     $obj = new Psys_StationRule();
     return $obj->WifiWeekInfo($sortname, $sortorder, $page, $pagesize);
 }