作者 lyh

更新关键字

@@ -28,7 +28,6 @@ class ProjectKeywordController extends BaseController @@ -28,7 +28,6 @@ class ProjectKeywordController extends BaseController
28 if($info === false){ 28 if($info === false){
29 $this->response('success'); 29 $this->response('success');
30 } 30 }
31 -  
32 $data['search_keywords'] = $info['search_keywords']; 31 $data['search_keywords'] = $info['search_keywords'];
33 $data['main_keywords'] = $info['main_keywords']; 32 $data['main_keywords'] = $info['main_keywords'];
34 $this->response('success',Code::SUCCESS,$data); 33 $this->response('success',Code::SUCCESS,$data);