作者 zhl

白帽演示项目数据特殊处理

@@ -290,8 +290,8 @@ class RankDataLogic extends BaseLogic @@ -290,8 +290,8 @@ class RankDataLogic extends BaseLogic
290 $v = [ 290 $v = [
291 'keyword' => $key, 291 'keyword' => $key,
292 'domain_type' => $domain_arr[0], 292 'domain_type' => $domain_arr[0],
293 - 'domain' => $domain_arr[1],  
294 - 'domain_text' => $domain_text, 293 + 'domain' => $this->user['project_id'] == 3989 ? 'google.com' : $domain_arr[1], # fixme 白帽演示项目或者演示项目排名信息数据
  294 + 'domain_text' => $this->user['project_id'] == 3989 ? 'google.com' : $domain_text, # fixme 白帽演示项目或者演示项目排名信息数据
295 'g' => $last['g'], //1核心关键词 295 'g' => $last['g'], //1核心关键词
296 'position' => $data, 296 'position' => $data,
297 ]; 297 ];