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