configInterceptors method

List<Interceptor>? configInterceptors()

添加拦截器 公共请求头可以使用拦截器添加 拦截器队列的执行顺序是FIFO,先添加的拦截器先执行

Implementation

List<Interceptor>? configInterceptors() => null;