|
...
|
...
|
@@ -30,7 +30,8 @@ class ComController extends BaseController |
|
|
|
'project_id.required' => 'project_id不能为空',
|
|
|
|
]);
|
|
|
|
$geoLinkModel = new GeoLink();
|
|
|
|
$lists = $geoLinkModel->lists($this->map,$this->page,$this->row);
|
|
|
|
$filed = ['id','project_id','url','da','type','created_at','updated_at'];
|
|
|
|
$lists = $geoLinkModel->lists($this->map,$this->page,$this->row,$filed);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|