src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/platform/PlatformController.java
@@ -137,6 +137,11 @@ wvpResult.setMsg("missing parameters"); return new ResponseEntity<>(wvpResult, HttpStatus.BAD_REQUEST); } if (parentPlatform.getServerPort()< 0 || parentPlatform.getServerPort() > 65535){ wvpResult.setCode(-1); wvpResult.setMsg("error severPort"); return new ResponseEntity<>(wvpResult, HttpStatus.BAD_REQUEST); } ParentPlatform parentPlatformOld = storager.queryParentPlatByServerGBId(parentPlatform.getServerGBId()); if (parentPlatformOld != null) {