作者 李宇航

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

gx



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