作者 李宇航

合并分支 'lyh-server' 到 'master'

gxgoogle搜索数据



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