正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -29,7 +29,7 @@ class ProjectKeywordController extends BaseController | @@ -29,7 +29,7 @@ class ProjectKeywordController extends BaseController | ||
| 29 | $this->response('success'); | 29 | $this->response('success'); |
| 30 | } | 30 | } |
| 31 | $data['search_keywords'] = $info['search_keywords']; | 31 | $data['search_keywords'] = $info['search_keywords']; |
| 32 | - $data['main_keywords'] = $info['main_keywords']; | 32 | + $data['customer_keywords'] = $info['customer_keywords']; |
| 33 | $this->response('success',Code::SUCCESS,$data); | 33 | $this->response('success',Code::SUCCESS,$data); |
| 34 | } | 34 | } |
| 35 | 35 |
-
请 注册 或 登录 后发表评论