src/main/java/com/whyc/controller/DevInfController.java
@@ -48,8 +48,8 @@ @ApiOperation(value = "编辑设备信息") @PostMapping("uodateInf") public Response uodateInf(@RequestBody DevInf dinf){ return service.uodateInf(dinf); @PostMapping("updateInf") public Response updateInf(@RequestBody DevInf dinf){ return service.updateInf(dinf); } }