作者 谢百川

ok

@@ -80,10 +80,6 @@ class Article extends Api @@ -80,10 +80,6 @@ class Article extends Api
80 80
81 $collegeId = $this->request->param('college_id', 0, 'int'); 81 $collegeId = $this->request->param('college_id', 0, 'int');
82 82
83 - if(!$universityId && !$collegeId) {  
84 - $this->error('您的提交有误');  
85 - }  
86 -  
87 $page = $this->request->param('page', 1, 'int'); 83 $page = $this->request->param('page', 1, 'int');
88 $size = $this->request->param('size', 10, 'int'); 84 $size = $this->request->param('size', 10, 'int');
89 $typeId = $this->request->param('type_id', 0, 'int'); 85 $typeId = $this->request->param('type_id', 0, 'int');