From 3c40a3d6b532d02d99a38a5f630550a8b59f65ff Mon Sep 17 00:00:00 2001 From: wjqserver <114663932+WJQSERVER@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:37:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20GetHTTPC=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=B8=AD=E6=96=B9=E6=B3=95=E5=90=8D=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTTPClient() → HTTPC() Alina Agent生成 --- compat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat.go b/compat.go index 4e40687..0be715d 100644 --- a/compat.go +++ b/compat.go @@ -44,7 +44,7 @@ func (c *Context) GetLoggerReco() *reco.Logger { // --- httpc 兼容函数 --- // GetHTTPC 返回底层的 httpc.Client 实例 -// Deprecated: 使用 HTTPClient() 替代,新方法会自动关联请求 Context +// Deprecated: 使用 HTTPC() 替代,新方法会自动关联请求 Context // //go:fix inline func (c *Context) GetHTTPC() *httpc.Client {