springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComMngVillageApi.java
@@ -94,4 +94,16 @@ public R editvillage(@PathVariable("villageId")Long villageId,@Valid @RequestBody ComMngVillageVO comMngVillageVO) { return comMngVillageService.editVillage(villageId,comMngVillageVO); } /** * 小区详情 * @param villageId 小区id * @return 小区详情 */ @PostMapping("/village/getVillage") public R getVillage(@RequestParam("villageId") Long villageId) { return comMngVillageService.getVillage(villageId); } }