作者 李宇航

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

gx



查看合并请求 !1779
... ... @@ -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
... ...