|
...
|
...
|
@@ -31,6 +31,8 @@ class GoogleLinkController extends BaseController |
|
|
|
$data = $linkService->linkPageData($this->user['domain'],$this->user['project_id']);
|
|
|
|
$lists = paginateArray($data,$this->page,$this->row);
|
|
|
|
}
|
|
|
|
$lists['y_total'] = $linkModel->counts(['status'=>1]);
|
|
|
|
$lists['n_total'] = $linkModel->counts(['status'=>0]);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|