Explorar o código

邀请收益绑定修复

Gogs hai 1 mes
pai
achega
e51c338d5d

+ 1 - 0
module_base/src/main/java/com/yc/module_base/net/RequestInterceptor.kt

@@ -88,6 +88,7 @@ class RequestInterceptor() : com.yc.networklibrary.remote.interceptor.RequestInt
             if (token.isNotEmpty()) {
                 newRequestBuilder.header("token", token)
             }
+            return chain.proceed(newRequestBuilder.build())
         }
         /*如果请求的不是服务端的接口,不加密*/
         if (!serverPath.startsWith(URL_BASE)) {