|
...
|
...
|
@@ -37,8 +37,8 @@ class GoogleSearchController extends BaseController |
|
|
|
if($searchInfo === false){
|
|
|
|
//获取当前项目域名
|
|
|
|
$domain = parse_url($this->user['domain'], PHP_URL_HOST);
|
|
|
|
$data = NoticeLog::createLog(NoticeLog::DELETE_CUSTOM_CATEGORY, ['project_id' => $this->user['project_id'],'domain'=>$domain,'type'=>$this->param['search']]);
|
|
|
|
$this->response('数据生成中...',Code::SUCCESS,$data);
|
|
|
|
$data = NoticeLog::createLog(NoticeLog::GOOGLE_SEARCH, ['project_id' => $this->user['project_id'],'domain'=>$domain,'type'=>$this->param['search']]);
|
|
|
|
$this->response('数据更新时间为7天,新数据生成中,请2小时后查看...',Code::SUCCESS,$data);
|
|
|
|
}
|
|
|
|
//查询详情数据
|
|
|
|
$searchDetailModel = new GoogleSearchDetail();
|
...
|
...
|
|