Skip to content

Commit

Permalink
Update OAUTH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazunyang authored Dec 12, 2021
1 parent b3b3850 commit 36d6cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OAUTH.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val oauthClientInterceptor = OAuthClientInterceptor(AuthManagement)
//3.添加到OkHttp中
val okHttpClient = OkHttpClient.Builder()
...
.addInterceptor(OAuthClientInterceptor(AuthManagement))
.addInterceptor(oauthClientInterceptor)
...
.build()
```
```

0 comments on commit 36d6cfb

Please sign in to comment.