Skip to content

Commit 0d8ef3c

Browse files
committed
收藏夹内容详情添加视频cid
1 parent 98b055e commit 0d8ef3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fav.go

+6
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ type FavourInfo struct {
199199
BvId string `json:"bv_id"`
200200
Bvid string `json:"bvid"`
201201
Season any `json:"season"`
202+
Ugc struct {
203+
FirstCid int `json:"first_cid"` // 视频cid
204+
} `json:"ugc"`
202205
}
203206

204207
type GetFavourInfoParam struct {
@@ -283,6 +286,9 @@ type FavourList struct {
283286
FavTime int `json:"fav_time"` // 收藏时间戳
284287
BvId string `json:"bv_id"` // 视频稿件bvid
285288
Bvid string `json:"bvid"` // 视频稿件bvid
289+
Ugc struct {
290+
FirstCid int `json:"first_cid"` // 视频cid
291+
} `json:"ugc"`
286292
} `json:"medias"`
287293
HasMore bool `json:"has_more"`
288294
}

0 commit comments

Comments
 (0)