正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -37,7 +37,7 @@ class GoogleSearchController extends BaseController | @@ -37,7 +37,7 @@ class GoogleSearchController extends BaseController | ||
| 37 | if($searchInfo === false){ | 37 | if($searchInfo === false){ |
| 38 | //获取当前项目域名 | 38 | //获取当前项目域名 |
| 39 | $domain = parse_url($this->user['domain'], PHP_URL_HOST); | 39 | $domain = parse_url($this->user['domain'], PHP_URL_HOST); |
| 40 | - $data = NoticeLog::createLog(NoticeLog::GOOGLE_SEARCH, ['project_id' => $this->user['project_id'],'domain'=>$domain,'type'=>$this->param['search']]); | 40 | + $data = NoticeLog::createLog(NoticeLog::GOOGLE_SEARCH, ['project_id' => $this->user['project_id'],'domain'=>$domain,'type'=>$this->param['type']]); |
| 41 | $this->response('数据更新时间为7天,新数据生成中,请2小时后查看...',Code::SUCCESS,$data); | 41 | $this->response('数据更新时间为7天,新数据生成中,请2小时后查看...',Code::SUCCESS,$data); |
| 42 | } | 42 | } |
| 43 | //查询详情数据 | 43 | //查询详情数据 |
-
请 注册 或 登录 后发表评论