feat: key接口完善及错误处理

This commit is contained in:
tbphp
2025-07-05 14:50:58 +08:00
parent 8d7b60875e
commit d64ada4181
12 changed files with 487 additions and 208 deletions

View File

@@ -26,6 +26,7 @@ type BaseChannel struct {
Name string
Upstreams []UpstreamInfo
HTTPClient *http.Client
TestModel string
upstreamLock sync.Mutex
}