This commit is contained in:
2025-04-17 16:07:16 +08:00
parent c49e7c7744
commit e5cc064e31

View File

@@ -8,12 +8,6 @@ import com.tashow.cloud.systemapi.api.oauth2.dto.OAuth2AccessTokenCreateReqDTO;
import com.tashow.cloud.systemapi.api.oauth2.dto.OAuth2AccessTokenRespDTO;
import com.tashow.cloud.system.dal.dataobject.oauth2.OAuth2AccessTokenDO;
import com.tashow.cloud.system.service.oauth2.OAuth2TokenService;
import com.tashow.cloud.systemapi.api.oauth2.dto.OAuth2AccessTokenCheckRespDTO;
import com.tashow.cloud.systemapi.api.oauth2.dto.OAuth2AccessTokenCreateReqDTO;
import com.tashow.cloud.systemapi.api.oauth2.dto.OAuth2AccessTokenRespDTO;
import com.tashow.cloud.system.dal.dataobject.oauth2.OAuth2AccessTokenDO;
import com.tashow.cloud.system.service.oauth2.OAuth2TokenService;
import io.swagger.v3.oas.annotations.Operation;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.RestController;