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