2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-05-10 8e393edc5718bde603292a8804cd2a753b389f18
ximon-admin/src/main/java/com/sandu/ximon/admin/controller/InterphoneSubController.java
@@ -53,7 +53,7 @@
    /**
     * 删除主机
     */
    @GetMapping("/getList")
    @GetMapping("/getList/{keyword}")
    public ResponseVO<Object> getInterphoneHostList(@PathVariable String keyword) {
        return ResponseUtil.success(interphoneSubService.getInterphoneSubList(keyword));
    }