|
...
|
...
|
@@ -38,7 +38,6 @@ class ServersIpController extends BaseController |
|
|
|
$this->response('當前服務器不存在',Code::SERVER_ERROR);
|
|
|
|
}
|
|
|
|
$serversIpModel = new ServersIpModel();
|
|
|
|
$this->map['total'] = ['<',$info['ip_total']];
|
|
|
|
$this->map['status'] = 0;
|
|
|
|
$data = $serversIpModel->list($this->map);
|
|
|
|
$this->response('success',Code::SUCCESS,$data);
|
...
|
...
|
|