Skip to content

Commit

Permalink
fix(file): missing star_author_id in Video struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Aug 28, 2024
1 parent 171e907 commit 1c55559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/model/file/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ type Video struct {
ShareCnt int64 `json:"share_cnt,omitempty"`
// CommentCnt 评论数
CommentCnt int64 `json:"comment_cnt,omitempty"`
// StarAuthorID 星图达人ID
StarAuthorID string `json:"star_author_id,omitempty"`
}

0 comments on commit 1c55559

Please sign in to comment.