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