补偿逻辑修改

This commit is contained in:
2026-04-08 14:30:09 +08:00
parent a25bba717f
commit 073a098317
4 changed files with 151 additions and 229 deletions

View File

@@ -36,7 +36,7 @@ type QueryFailedTasksReq struct {
// SyncTaskLogItem 同步任务日志项
type SyncTaskLogItem struct {
ID int64 `json:"id"`
Id int64 `json:"id"`
TaskID string `json:"taskId"`
TaskType string `json:"taskType"`
AdvertiserID int64 `json:"advertiserId"`