作者 lyh

gx

... ... @@ -42,6 +42,14 @@ class GoogleSearchKeyword extends Command
*/
protected $description = 'google搜索词';
public $googleService;
public function __construct()
{
$googleService = new GoogleSearchService();
parent::__construct();
}
/**
* @remark :拉取google搜索数据
* @name :handle
... ...