正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -69,7 +69,7 @@ class GoogleSearchKeyword extends Command | @@ -69,7 +69,7 @@ class GoogleSearchKeyword extends Command | ||
| 69 | continue; | 69 | continue; |
| 70 | } | 70 | } |
| 71 | $typeData = [1=>'date', 2=>'query', 3=>'page', 4=>'device', 5=>'country']; | 71 | $typeData = [1=>'date', 2=>'query', 3=>'page', 4=>'device', 5=>'country']; |
| 72 | - foreach ($typeData as $valT){ | 72 | + foreach ($typeData as $keyT => $valT){ |
| 73 | $this->_action($domainInfo['domain'],$valT,$val['id']); | 73 | $this->_action($domainInfo['domain'],$valT,$val['id']); |
| 74 | } | 74 | } |
| 75 | } | 75 | } |
-
请 注册 或 登录 后发表评论