Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazunyang committed Dec 20, 2021
2 parents 438c835 + 36d6cfb commit 5cfd5a3
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 5cfd5a3

Please sign in to comment.