作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !1812
@@ -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