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