Skip to content

Commit

Permalink
收藏夹内容详情添加视频cid
Browse files Browse the repository at this point in the history
  • Loading branch information
Rehtt committed Sep 21, 2024
1 parent 98b055e commit 0d8ef3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fav.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ type FavourInfo struct {
BvId string `json:"bv_id"`
Bvid string `json:"bvid"`
Season any `json:"season"`
Ugc struct {
FirstCid int `json:"first_cid"` // 视频cid
} `json:"ugc"`
}

type GetFavourInfoParam struct {
Expand Down Expand Up @@ -283,6 +286,9 @@ type FavourList struct {
FavTime int `json:"fav_time"` // 收藏时间戳
BvId string `json:"bv_id"` // 视频稿件bvid
Bvid string `json:"bvid"` // 视频稿件bvid
Ugc struct {
FirstCid int `json:"first_cid"` // 视频cid
} `json:"ugc"`
} `json:"medias"`
HasMore bool `json:"has_more"`
}
Expand Down

0 comments on commit 0d8ef3c

Please sign in to comment.