fix: 修正 GetHTTPC 注释中方法名 typo

HTTPClient() → HTTPC()

Alina Agent生成
This commit is contained in:
wjqserver 2026-04-22 09:37:45 +08:00
parent 9dcab4b1ae
commit 3c40a3d6b5

View file

@ -44,7 +44,7 @@ func (c *Context) GetLoggerReco() *reco.Logger {
// --- httpc 兼容函数 --- // --- httpc 兼容函数 ---
// GetHTTPC 返回底层的 httpc.Client 实例 // GetHTTPC 返回底层的 httpc.Client 实例
// Deprecated: 使用 HTTPClient() 替代,新方法会自动关联请求 Context // Deprecated: 使用 HTTPC() 替代,新方法会自动关联请求 Context
// //
//go:fix inline //go:fix inline
func (c *Context) GetHTTPC() *httpc.Client { func (c *Context) GetHTTPC() *httpc.Client {