Merge pull request #17 from tbphp/fix-log-apikey-error

Fix log apikey error
This commit is contained in:
tbphp
2025-07-17 18:36:08 +08:00
committed by GitHub
9 changed files with 196 additions and 121 deletions

View File

@@ -85,7 +85,7 @@ type RetryError struct {
StatusCode int `json:"status_code"`
ErrorMessage string `json:"error_message"`
ParsedErrorMessage string `json:"-"`
KeyID string `json:"key_id"`
KeyValue string `json:"key_value"`
Attempt int `json:"attempt"`
UpstreamAddr string `json:"-"`
}