springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10694,4 +10694,11 @@ * */ @GetMapping("comProperty/noticeList") R noticeList(@RequestParam("page")Integer page,@RequestParam("size")Integer size,@RequestParam("propertyId")Long propertyId); /** * 获取社区动态置顶banner * @param communityId 社区id * */ @PostMapping("/easyphoto/getUserRewardsNew") R getUserRewardsNew(@RequestParam("userId") Long userId, @RequestParam("communityId") Long communityId); }