作者 lyh

gxai

@@ -43,6 +43,8 @@ class DomainInfoController extends BaseController @@ -43,6 +43,8 @@ class DomainInfoController extends BaseController
43 $lists['list'][$k]['company'] = $company; 43 $lists['list'][$k]['company'] = $company;
44 } 44 }
45 } 45 }
  46 + $lists['y_status'] = $domainModel->counts(['status'=>1]);
  47 + $lists['n_status'] = $domainModel->counts(['status'=>0]);
46 return $this->response('success', Code::SUCCESS, $lists); 48 return $this->response('success', Code::SUCCESS, $lists);
47 } 49 }
48 50