|
@@ -4,18 +4,15 @@ package com.miaxis.app.controller.gzpt;
|
|
import com.miaxis.common.constant.Constants;
|
|
import com.miaxis.common.constant.Constants;
|
|
import com.miaxis.common.core.controller.BaseController;
|
|
import com.miaxis.common.core.controller.BaseController;
|
|
import com.miaxis.common.core.domain.Response;
|
|
import com.miaxis.common.core.domain.Response;
|
|
-import com.miaxis.common.core.domain.entity.UserInfo;
|
|
|
|
-import com.miaxis.common.exception.CustomException;
|
|
|
|
-import com.miaxis.common.utils.SecurityUtils;
|
|
|
|
-import com.miaxis.newgzpt.domain.GzptUserInfo;
|
|
|
|
import com.miaxis.newgzpt.domain.GzptVideoVip;
|
|
import com.miaxis.newgzpt.domain.GzptVideoVip;
|
|
-import com.miaxis.newgzpt.dto.GzptUserInfoDTO;
|
|
|
|
import com.miaxis.newgzpt.dto.GzptVideoVipDTO;
|
|
import com.miaxis.newgzpt.dto.GzptVideoVipDTO;
|
|
import com.miaxis.newgzpt.service.IGzptVideoVipService;
|
|
import com.miaxis.newgzpt.service.IGzptVideoVipService;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
+import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
/**
|
|
/**
|
|
* <p>
|
|
* <p>
|