📝 更新文档

This commit is contained in:
yadong.zhang 2019-07-30 09:36:30 +08:00
parent 43d9ec8631
commit 6ce26d4ce1

View File

@ -86,7 +86,6 @@ AuthRequest authRequest = new AuthGiteeRequest(AuthConfig.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.redirectUri("redirectUri")
.state("state")
.build());
// 生成授权页面
authRequest.authorize();