补偿数据逻辑调整

This commit is contained in:
2026-04-09 09:48:22 +08:00
parent 5d72dd3aff
commit 556ec5075e
3 changed files with 99 additions and 7 deletions

View File

@@ -48,6 +48,8 @@ type SyncTaskLogItem struct {
ErrorMessage string `json:"errorMessage,omitempty"`
ErrorCode string `json:"errorCode,omitempty"`
ResultSummary interface{} `json:"resultSummary,omitempty"`
PageInfo interface{} `json:"pageInfo,omitempty"`
RequestParams interface{} `json:"requestParams,omitempty"`
NextRetryTime interface{} `json:"nextRetryTime,omitempty"`
CompletedAt interface{} `json:"completedAt,omitempty"`
DurationMs int64 `json:"durationMs"`