fix: gofmt alignment and remove media_type from usage_log repo queries

This commit is contained in:
erio
2026-04-05 14:25:29 +08:00
parent b4bd89b96b
commit 0c72be0403
4 changed files with 29 additions and 40 deletions

View File

@@ -614,7 +614,6 @@ func (s *AccountTestService) testGeminiAccountConnection(c *gin.Context, account
return s.processGeminiStream(c, resp.Body)
}
// routeAntigravityTest 路由 Antigravity 账号的测试请求。
// APIKey 类型走原生协议(与 gateway_handler 路由一致OAuth/Upstream 走 CRS 中转。
func (s *AccountTestService) routeAntigravityTest(c *gin.Context, account *Account, modelID string, prompt string) error {