作者 lyh

gxai

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