springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BigScreenStatisticsApi.java
@@ -79,4 +79,12 @@ return R.ok(comMngPopulationService.getScreenEventDetail(eventDetailDTO)); } /** * 新版大屏首页接口 */ @GetMapping("/indexInfo") public R indexInfo(@RequestParam("communityId") Long communityId){ return R.ok(comMngPopulationService.indexInfo(communityId)); } }