|
...
|
...
|
@@ -45,19 +45,6 @@ class RapIdApIService |
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :热门关键词拉取
|
|
|
|
* @name :requestKeywordUrl
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2025/3/27 16:57
|
|
|
|
*/
|
|
|
|
public function requestKeywordUrl($keyword){
|
|
|
|
$this->url = 'https://google-keyword-insight1.p.rapidapi.com/topkeys';
|
|
|
|
$url = $this->url.'/?keyword='.$keyword.'&location=US&&lang=en';
|
|
|
|
return $this->curlGoogleApi($url);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :请求
|
|
|
|
* @name :curlGoogleApi
|
|
|
|
* @author :lyh
|
...
|
...
|
|