正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -36,7 +36,6 @@ class GoogleSearchController extends BaseController | @@ -36,7 +36,6 @@ class GoogleSearchController extends BaseController | ||
| 36 | ]); | 36 | ]); |
| 37 | //查询详情数据 | 37 | //查询详情数据 |
| 38 | $searchDetailModel = new GoogleSearchDetail(); | 38 | $searchDetailModel = new GoogleSearchDetail(); |
| 39 | - $this->map['project_id']= 711; | ||
| 40 | $data = $searchDetailModel->lists($this->map,$this->page,$this->row,'clicks',['keys','click_rate','impressions_rate']); | 39 | $data = $searchDetailModel->lists($this->map,$this->page,$this->row,'clicks',['keys','click_rate','impressions_rate']); |
| 41 | if(!empty($data)){ | 40 | if(!empty($data)){ |
| 42 | if($this->param['type'] == 'country'){ | 41 | if($this->param['type'] == 'country'){ |
-
请 注册 或 登录 后发表评论