springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/IndexApi.java
@@ -327,4 +327,16 @@ public R isShop(){ return R.ok(Constants.IS_SHOP_OPEN); } @ApiOperation(value = "获取最新活动和用户最新收益",response =ComActEasyPhotoRewardVO.class ) @PostMapping("getUserReward") public R getUserReward(){ return communityService.getUserReward(this.getUserId(),this.getCommunityId()); } @ApiOperation(value = "读取用户随手拍奖励") @PostMapping("readUserReward") public R readUserReward(){ return communityService.readUserReward(this.getUserId(),this.getCommunityId()); } }