作者 李宇航

合并分支 'lyh-server' 到 'master'

gxgoogle搜索



查看合并请求 !1632
... ... @@ -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']);
}
}
... ...