作者 李宇航

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

gx



查看合并请求 !1641
@@ -61,7 +61,7 @@ class GoogleKeywordInsightController extends BaseController @@ -61,7 +61,7 @@ class GoogleKeywordInsightController extends BaseController
61 if($info === false){ 61 if($info === false){
62 $this->response('success'); 62 $this->response('success');
63 } 63 }
64 - $main_keyword = explode("\n", $info[$this->param['field']]); 64 + $main_keyword = explode("\r\n", $info[$this->param['field']]);
65 $detailModel = new GoogleKeywordInsightDetail(); 65 $detailModel = new GoogleKeywordInsightDetail();
66 $resultData = []; 66 $resultData = [];
67 if(!empty($main_keyword)){ 67 if(!empty($main_keyword)){