Skip to content

Commit

Permalink
Merge branch 'release/v1.27.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Aug 28, 2024
2 parents f24265e + 1c55559 commit 4289abb
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 4289abb

Please sign in to comment.