fengjin
2024-01-09 a12864863ad39bef665c58c4babbf95b1f5c9721
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java
@@ -258,6 +258,11 @@
        return communityService.getNeighborTopicByApp(name);
    }
    @GetMapping("topic/list/new")
    public R getNeighborTopicByAppNew(@RequestParam(value = "name", defaultValue = "", required = false) String name){
        return communityService.getNeighborTopicByAppNew(name);
    }
    @ApiOperation(value = "用户删除邻里圈")
    @PostMapping("delete")
    public R deleteNeighborByApp(@RequestBody DeleteNeighborCircleAppDTO circleTopicAppDTO) {