作者 李宇航

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

gx



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