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