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