Skip to content

Commit

Permalink
升级
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhonglin committed Jul 24, 2023
1 parent 46fc887 commit 0f54645
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class HttpInterceptor : Interceptor {
private var utf8 = Charset.forName("UTF-8")
override fun intercept(chain: Interceptor.Chain): Response {
val request = chain.request()
// LoginSp.getLoginData()?.let {
// LoginDS.loginData?.let {
// request = request.newBuilder()
// .addHeader("Authorization", "Bearer ${it.token}").build()
// .addHeader("Authorization", "${it.tokenHead} ${it.token}").build()
// }

val originalResponse = chain.proceed(request)
Expand Down

0 comments on commit 0f54645

Please sign in to comment.