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