This commit is contained in:
2026-06-19 14:36:54 +08:00
parent bdb851b701
commit 114ad82746
21 changed files with 1316 additions and 22 deletions

View File

@@ -63,6 +63,7 @@ type Client struct {
baseURL string
timeout time.Duration
client *http.Client
mgmtKey string // 查询白名单管理密钥 Whitelist-Mgmt-Key
}
// Config 客户端配置