searchSys(); } else { $this->_rspData(array( 'rows' => array(), 'page' => array( 'total' => 0, 'count' => 0, 'per_page' => 10, 'current_page' => 1, 'total_pages' => 0 ) )); } } public function buy() { } public function prebuy() { } public function sell() { } public function detail() { } private function searchSys() { $page = getReqVal('page', 1); $type = getReqVal('type', 0); $sort = getReqVal('sort', ''); $this->_rspData(array( 'rows' => array(), 'page' => array( 'total' => 0, 'count' => 0, 'per_page' => 10, 'current_page' => 1, 'total_pages' => 0 ) )); } }