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