合并分支 'lyh-server' 到 'master'
gx 查看合并请求 !1641
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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)){ |
-
请 注册 或 登录 后发表评论