fix: 补充测试桩缺失的接口方法

This commit is contained in:
shaw
2026-01-19 09:28:11 +08:00
parent 0f8d42c577
commit 4c12799a95
2 changed files with 8 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ func (s *stubAntigravityUpstream) Do(req *http.Request, proxyURL string, account
}, nil
}
func (s *stubAntigravityUpstream) DoWithTLS(req *http.Request, proxyURL string, accountID int64, accountConcurrency int, enableTLSFingerprint bool) (*http.Response, error) {
return s.Do(req, proxyURL, accountID, accountConcurrency)
}
type scopeLimitCall struct {
accountID int64
scope AntigravityQuotaScope