Skip to content

Commit 2ed5218

Browse files
余嘉乐余嘉乐
authored andcommitted
feat:新增认证侧鉴权测试方法
1 parent dc78e82 commit 2ed5218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

authentication/authentication_client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,7 @@ func (client *AuthenticationClient) GetUserAuthorizedResourcesList() *dto.GetUse
21642164
return &response
21652165
}
21662166

2167+
// ==== AUTO GENERATED AUTHENTICATION METHODS END ====
21672168
/*
21682169
* @summary 获取用户指定资源权限列表
21692170
* @description 获取用户指定资源的权限列表,用户获取某个应用下指定资源的权限列表。
@@ -2203,5 +2204,3 @@ func (client *AuthenticationClient) getUserAuthResourceStruct(reqDto *dto.GetUse
22032204
}
22042205
return &response
22052206
}
2206-
2207-
// ==== AUTO GENERATED AUTHENTICATION METHODS END ====

0 commit comments

Comments
 (0)