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