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