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