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