Net
/
com.drake.net.interceptor
/
RequestInterceptor
Request
Interceptor
interface
RequestInterceptor
Content copied to clipboard
Functions
Functions
interceptor
Link copied to clipboard
abstract fun
interceptor
(request:
BaseRequest
)
Content copied to clipboard
当你使用Net发起请求的时候就会触发该拦截器 该拦截器属于轻量级不具备重发的功能, 一般用于请求参数的修改 请勿在这里进行请求重发可能会导致死循环