public interface IRequestInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
interceptArguments(IRequestApi api,
HttpParams params,
HttpHeaders headers)
拦截参数
|
void interceptArguments(IRequestApi api, HttpParams params, HttpHeaders headers)
api - 接口对象params - 请求参数headers - 请求头参数