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 1558c01
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ 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
Expand All @@ -53,7 +54,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 1558c01

Please sign in to comment.