Просмотр исходного кода

益寿缘app-优化App看课奖励累计天数逻辑

cgp 1 неделя назад
Родитель
Сommit
af8df6ba54

+ 1 - 1
fs-user-app/src/main/java/com/fs/app/controller/AppUserRewardController.java

@@ -165,7 +165,7 @@ public class AppUserRewardController  extends AppBaseController{
      */
     @Login
     @ApiOperation("查询活动类型")
-    @GetMapping("/activityType")
+    @GetMapping("/recordUserWatchCourseDays")
     public R recordUserWatchCourseDays() {
         String loginUserId = getUserId();
         appUserRewardService.recordUserWatchCourseDays(Long.valueOf(loginUserId));