This commit is contained in:
yadong.zhang 2019-12-05 17:20:31 +08:00
parent c730072f07
commit 9d6ceb3898

View File

@ -61,7 +61,7 @@ String authorizeUrl = authRequest.authorize();
```java
import me.zhyd.oauth.config.AuthConfig;
import me.zhyd.oauth.request.AuthGiteeRequest;
import me.zhyd.oauth.request.AuthGithubRequest;
import me.zhyd.oauth.request.AuthRequest;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;