fix comment

This commit is contained in:
白茶清欢 2025-03-31 18:53:06 +08:00
parent 311f896f0f
commit f696c0e871

View File

@ -131,7 +131,7 @@ func (hc *HttpClient) OnResponseBusinessError(handlerList ...define.HttpBusiness
hc.httpBusinessErrorHandler = append(hc.httpBusinessErrorHandler, handlerList...) hc.httpBusinessErrorHandler = append(hc.httpBusinessErrorHandler, handlerList...)
} }
// OnRequestFinish 请求完成时间 // OnRequestFinish 请求完成事件
// //
// Author : go_developer@163.com<白茶清欢> // Author : go_developer@163.com<白茶清欢>
// //
@ -151,7 +151,7 @@ func (hc *HttpClient) getRequestValidateMiddleware() resty.RequestMiddleware {
} }
} }
// getResponseValidateMiddleware 获取应数据验证的middleware // getResponseValidateMiddleware 获取应数据验证的middleware
// //
// Author : go_developer@163.com<白茶清欢> // Author : go_developer@163.com<白茶清欢>
// //