|
@@ -95,6 +95,7 @@ public class CourseFsUserController extends AppBaseController {
|
|
|
|
|
|
|
|
@ApiOperation("更新看课时长")
|
|
@ApiOperation("更新看课时长")
|
|
|
@PostMapping("/updateWatchDuration")
|
|
@PostMapping("/updateWatchDuration")
|
|
|
|
|
+ @Login
|
|
|
public R updateWatchDuration(@RequestBody FsUserCourseVideoUParam param)
|
|
public R updateWatchDuration(@RequestBody FsUserCourseVideoUParam param)
|
|
|
{
|
|
{
|
|
|
param.setUserId(Long.parseLong(getUserId()));
|
|
param.setUserId(Long.parseLong(getUserId()));
|