refactor(ops): 重构ops核心服务层代码

This commit is contained in:
IanShaw027
2026-01-14 12:40:12 +08:00
parent 182683814b
commit 967e25878f
6 changed files with 82 additions and 13 deletions

View File

@@ -38,8 +38,9 @@ type OpsUpstreamErrorEvent struct {
AtUnixMs int64 `json:"at_unix_ms,omitempty"`
// Context
Platform string `json:"platform,omitempty"`
AccountID int64 `json:"account_id,omitempty"`
Platform string `json:"platform,omitempty"`
AccountID int64 `json:"account_id,omitempty"`
AccountName string `json:"account_name,omitempty"`
// Outcome
UpstreamStatusCode int `json:"upstream_status_code,omitempty"`