Skip to content

Commit

Permalink
feat:支持管理我的 OAUTH #10995
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Dec 12, 2024
1 parent 7e369ca commit f143351
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import io.swagger.v3.oas.annotations.Operation
import io.swagger.v3.oas.annotations.Parameter
import io.swagger.v3.oas.annotations.tags.Tag
import javax.ws.rs.Consumes
import javax.ws.rs.GET
import javax.ws.rs.HeaderParam
import javax.ws.rs.PUT
import javax.ws.rs.Path
import javax.ws.rs.PathParam
import javax.ws.rs.Produces
Expand All @@ -53,7 +53,7 @@ interface ApigwOauthResourceV4 {
summary = "校验用户是否已经OAUTH授权",
tags = ["v4_app_oauth_isOauth", "v4_user_oauth_isOauth"]
)
@PUT
@GET
@Path("/isOauth")
fun isOauth(
@Parameter(description = "appCode", required = true, example = AUTH_HEADER_DEVOPS_APP_CODE_DEFAULT_VALUE)
Expand Down

0 comments on commit f143351

Please sign in to comment.