作者 lyh

gx

... ... @@ -69,7 +69,7 @@ class GoogleSearchKeyword extends Command
continue;
}
$typeData = [1=>'date', 2=>'query', 3=>'page', 4=>'device', 5=>'country'];
foreach ($typeData as $valT){
foreach ($typeData as $keyT => $valT){
$this->_action($domainInfo['domain'],$valT,$val['id']);
}
}
... ...