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