Skip to content

Commit

Permalink
补充GetFavourInfoParam.Resources备注
Browse files Browse the repository at this point in the history
  • Loading branch information
Rehtt committed Sep 21, 2024
1 parent 0d8ef3c commit e273bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fav.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ type FavourInfo struct {
}

type GetFavourInfoParam struct {
Resources []string `json:"resources"` // 目标内容id列表。格式:{内容id}:{内容类型}。类型:2:视频稿件。12:音频。21:视频合集。内容id:视频稿件:视频稿件avid。音频:音频auid。视频合集:视频合集id
Resources []string `json:"resources"` // 目标内容id列表。格式:{内容id}:{内容类型}。类型:2:视频稿件。12:音频。21:视频合集。内容id:视频稿件:视频稿件avid。音频:音频auid。视频合集:视频合集id。注意:一次最多只能请求100个内容id,超过100个内容id将不放回数据。
Platform string `json:"platform,omitempty" request:"query,omitempty"` // 平台标识。可为web(影响内容列表类型)
}

Expand Down

0 comments on commit e273bcc

Please sign in to comment.