|
...
|
...
|
@@ -61,7 +61,7 @@ class GoogleKeywordInsightController extends BaseController |
|
|
|
if($info === false){
|
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
$main_keyword = explode("\n", $info[$this->param['field']]);
|
|
|
|
$main_keyword = explode("\r\n", $info[$this->param['field']]);
|
|
|
|
$detailModel = new GoogleKeywordInsightDetail();
|
|
|
|
$resultData = [];
|
|
|
|
if(!empty($main_keyword)){
|
...
|
...
|
|