fix comment
This commit is contained in:
parent
311f896f0f
commit
f696c0e871
@ -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<白茶清欢>
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user