springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -7438,4 +7438,12 @@ @GetMapping("/screen/getComprehensiveStreetList") R getComprehensiveStreetList(); /** * 通过社区id查询社区账号密码 * @param communityId 社区id * @return 查询社区账号密码 */ @GetMapping("/screen/getCommunityPassword") R getCommunityPassword(@RequestParam("communityId") Long communityId); }