作者 lyh

gx

@@ -45,19 +45,6 @@ class RapIdApIService @@ -45,19 +45,6 @@ class RapIdApIService
45 } 45 }
46 46
47 /** 47 /**
48 - * @remark :热门关键词拉取  
49 - * @name :requestKeywordUrl  
50 - * @author :lyh  
51 - * @method :post  
52 - * @time :2025/3/27 16:57  
53 - */  
54 - public function requestKeywordUrl($keyword){  
55 - $this->url = 'https://google-keyword-insight1.p.rapidapi.com/topkeys';  
56 - $url = $this->url.'/?keyword='.$keyword.'&location=US&&lang=en';  
57 - return $this->curlGoogleApi($url);  
58 - }  
59 -  
60 - /**  
61 * @remark :请求 48 * @remark :请求
62 * @name :curlGoogleApi 49 * @name :curlGoogleApi
63 * @author :lyh 50 * @author :lyh