diff --git a/README.md b/README.md index a410b11..06bddb1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ AuthRequest authRequest = new AuthGiteeRequest(AuthConfig.builder() .clientId("clientId") .clientSecret("clientSecret") .redirectUri("redirectUri") - .state("state") .build()); // 生成授权页面 authRequest.authorize();