|
...
|
...
|
@@ -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);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|