|
@@ -449,7 +449,7 @@ public class VipGroupManageController extends BaseController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "删除直播课")
|
|
|
- @PostMapping(value = "/delLiveGroup/{id}")
|
|
|
+ @GetMapping(value = "/delLiveGroup/{id}")
|
|
|
public HttpResponseResult<Object> delLiveGroup(@PathVariable Integer id){
|
|
|
|
|
|
return succeed(vipGroupService.del(id));
|