whyclxw
2025-02-08 bb8c3e260fed2cdc0c0cb507378bcd25d2574b2d
src/main/java/com/whyc/controller/KeyInfController.java
@@ -52,4 +52,5 @@
    public Response updateKey(@RequestBody KeyInf kinf){
        return service.updateKey(kinf);
    }
}