作者 李宇航

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

gx



查看合并请求 !1784
@@ -39,7 +39,7 @@ class GoogleKeywordInsightController extends BaseController @@ -39,7 +39,7 @@ class GoogleKeywordInsightController extends BaseController
39 ]); 39 ]);
40 $logic->getGoogleInsight(); 40 $logic->getGoogleInsight();
41 $detailModel = new GoogleKeywordInsightDetail(); 41 $detailModel = new GoogleKeywordInsightDetail();
42 - $data = $detailModel->lists(['search'=>$this->param['keyword']],$this->page,$this->row); 42 + $data = $detailModel->lists(['search'=>$this->param['keyword']],$this->page,$this->row,'id',['*'],'asc');
43 $this->response('success',Code::SUCCESS,$data); 43 $this->response('success',Code::SUCCESS,$data);
44 } 44 }
45 45