|
...
|
...
|
@@ -43,15 +43,4 @@ class GoogleKeywordInsightDetail extends Base |
|
|
|
}
|
|
|
|
return $this->insertAll($saveData);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :翻译中文
|
|
|
|
* @name :translateZh
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2025/3/25 17:21
|
|
|
|
*/
|
|
|
|
public function translateZh($data){
|
|
|
|
return Translate::tran($data, 'zh');
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|