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