Skip to content

Commit 46fb047

Browse files
committed
feat: #I4WF5Q 拦截器新增 onBodyEncode 回调函数
1 parent cdc1033 commit 46fb047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forest-core/src/main/java/com/dtflys/forest/interceptor/Interceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ default void afterExecute(ForestRequest request, ForestResponse response) {
8686
/**
8787
* 在请求体数据序列化后,发送请求数据前调用该方法
8888
* <p>默认为什么都不做
89-
* <p>注: mutlipart/data类型的文件上传格式的 Body 数据不会调用该回调函数</>
89+
* <p>注: mutlipart/data类型的文件上传格式的 Body 数据不会调用该回调函数
9090
*
9191
* @param request Forest请求对象
9292
* @param encoder Forest转换器

0 commit comments

Comments
 (0)