From b9993b841a4c6f7e5700b4bb6dce6a2f6e916075 Mon Sep 17 00:00:00 2001 From: p79813206 Date: Wed, 8 Mar 2023 11:10:28 +0800 Subject: [PATCH] Update oauth2.md --- oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.md b/oauth2.md index 4b86a64..60b56a1 100644 --- a/oauth2.md +++ b/oauth2.md @@ -6,7 +6,7 @@ API 接口使用方式以及Url都参照GitHub,为了各位开发者更好的 未经用户允许,不准爬取或存储用户的资源。 禁止滥用 API,请求频率过快将导致请求终止。 OAuth2 认证基本流程 -![image](../openapi-oauth2-flow.png) +![image](openapi-oauth2-flow.png) # OAuth2 获取 AccessToken 认证步骤