|
@@ -163,11 +163,8 @@ public class ApisFsUserCourseVideoController extends BaseController {
|
|
return R.error("客户id不能为空");
|
|
return R.error("客户id不能为空");
|
|
}
|
|
}
|
|
|
|
|
|
- if (param.getType()==null || param.getType()==1){
|
|
|
|
- return fsUserCourseVideoService.createCartLink(param);
|
|
|
|
- }else {
|
|
|
|
- return fsUserCourseVideoService.createMiniLink(param);
|
|
|
|
- }
|
|
|
|
|
|
+ return fsUserCourseVideoService.createCartLink(param);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
@GetMapping("/createRoomLink")
|
|
@GetMapping("/createRoomLink")
|