作者 lyh

gx

@@ -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 }