|
|
@@ -240,7 +240,7 @@ public class OrderController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("获取课程视频标签")
|
|
|
- @GetMapping("/getViewSign/{orderGoodsId}")
|
|
|
+ @GetMapping("/getViewSign/{orderGoodsId}")
|
|
|
public AjaxResult<GoodsVo> getCourseViewSign(@PathVariable("orderGoodsId") Long orderGoodsId) {
|
|
|
return AjaxResult.success(iOrderGoodsService.getCourseViewSign(orderGoodsId));
|
|
|
}
|