|
@@ -95,7 +95,7 @@ public class GzptUserInfoController extends BaseController {
|
|
/**
|
|
/**
|
|
* 清除学员激活状态与会员信息接口(测试专用)
|
|
* 清除学员激活状态与会员信息接口(测试专用)
|
|
*/
|
|
*/
|
|
- @GetMapping("/activa")
|
|
|
|
|
|
+ @GetMapping("/clearUserVip")
|
|
@ApiOperation("清除学员激活状态与会员信息接口(测试专用)")
|
|
@ApiOperation("清除学员激活状态与会员信息接口(测试专用)")
|
|
public Response clearUserVip(GzptVideoVipDTO gzptVideoVipDTO) throws Exception {
|
|
public Response clearUserVip(GzptVideoVipDTO gzptVideoVipDTO) throws Exception {
|
|
GzptUserInfo gzptUserInfo = userInfoService.getInfoById(gzptVideoVipDTO.getUserId());
|
|
GzptUserInfo gzptUserInfo = userInfoService.getInfoById(gzptVideoVipDTO.getUserId());
|