Skip to content

Commit e273bcc

Browse files
committed
补充GetFavourInfoParam.Resources备注
1 parent 0d8ef3c commit e273bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fav.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ type FavourInfo struct {
205205
}
206206

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

0 commit comments

Comments
 (0)