From c78b2141aa8d22858d4e4615caf439d0b2138cb5 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 23 Feb 2025 01:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oauth2.0的授权模式.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oauth2.0的授权模式.txt b/oauth2.0的授权模式.txt index 21d8f86..ca7d3f3 100644 --- a/oauth2.0的授权模式.txt +++ b/oauth2.0的授权模式.txt @@ -72,4 +72,8 @@ http://localhost:8080/oauth/token?client_id=123456&client_secret=123456&grant_ty "token_type": "bearer", "scope": "read", "refresh_token": "123456" -} \ No newline at end of file +} + + + +------- \ No newline at end of file