正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论