|
@@ -535,7 +535,7 @@ public class GroupRelationController {
|
|
|
* 获取特殊类型课程 通过邮件发送课程
|
|
* 获取特殊类型课程 通过邮件发送课程
|
|
|
* 领取课件
|
|
* 领取课件
|
|
|
*/
|
|
*/
|
|
|
- @PostMapping("/get/courseware")
|
|
|
|
|
|
|
+ @PostMapping("/courseware")
|
|
|
public Result<String> getCourseWare(@RequestBody SpecialGoodsTicketReq request) throws Exception {
|
|
public Result<String> getCourseWare(@RequestBody SpecialGoodsTicketReq request) throws Exception {
|
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
request.setUserId(userId);
|
|
request.setUserId(userId);
|