Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chentianming11 authored May 31, 2022
1 parent c29b776 commit 0cabac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ retrofit:
如果需要将同一个请求的日志聚合在一起打印,可配置`AggregateLoggingInterceptor`。

```java
@Bean
@Bean
public LoggingInterceptor loggingInterceptor(RetrofitProperties retrofitProperties){
return new AggregateLoggingInterceptor(retrofitProperties.getGlobalLog());
}
return new AggregateLoggingInterceptor(retrofitProperties.getGlobalLog());
}
```

### 请求重试
Expand Down

0 comments on commit 0cabac2

Please sign in to comment.