springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -1218,7 +1218,7 @@ * @return 返回结果 */ @GetMapping("/convenient/business/get") R getComCvtBusiness(@RequestParam("id") Long id); R getComCvtBusiness(@RequestParam("id") Long id, @RequestParam("cityCode") String cityCode); /** * 删除便民服务商家信息 @@ -2386,7 +2386,7 @@ * 邻里圈评论回复_基本详情 * @param id 参数 */ @PostMapping("/neighbor/detailNeighborCommentReply") @GetMapping("/neighbor/detailNeighborCommentReply") R detailNeighborCommentReply(@RequestParam("id") Long id); /**