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