|
@@ -462,15 +462,6 @@ public class CourseController extends AppBaseController{
|
|
|
return courseVideoService.sendAppReward(param);
|
|
return courseVideoService.sendAppReward(param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @Login
|
|
|
|
|
- @ApiOperation("获取APP答题奖励信息(积分商品)")
|
|
|
|
|
- @GetMapping("/getCourseIntegralGoods")
|
|
|
|
|
- public R getCourseIntegralGoods() {
|
|
|
|
|
-
|
|
|
|
|
- return goodsService.getCourseIntegralGoods(Long.parseLong(getUserId()));
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@ApiOperation("加密链接参数")
|
|
@ApiOperation("加密链接参数")
|
|
|
@PostMapping("/encryptLink")
|
|
@PostMapping("/encryptLink")
|
|
|
@Login
|
|
@Login
|