diff --git a/model/report/stat.go b/model/report/stat.go index e96dad3..c302963 100644 --- a/model/report/stat.go +++ b/model/report/stat.go @@ -23,7 +23,7 @@ type Stat struct { // MatchType 匹配方式:1:精确匹配,2:短语匹配,3:广泛匹配 MatchType model.MatchType `json:"match_type,omitempty"` // PhotoID 视频id - PhotoID string `json:"photo_id,omitempty"` + PhotoID uint64 `json:"photo_id,omitempty"` // PhotoUrl 视频链接 PhotoUrl string `json:"photo_url,omitempty"` // ImageToken 封面id