changedInput schema / properties / page_token / description
Previous value: -"微信视频号用户发布视频列表分页令牌;首次请求留空,继续翻页时必须将上一次返回的完整 next_page_token 原样传入,作为 page_token 使用;只能用于同一微信视频号用户发布视频分页链路;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。"New value: +"微信视频号用户发布作品列表分页令牌;首次请求留空,继续翻页时必须将上一次返回的完整 next_page_token 原样传入,作为 page_token 使用;只能用于同一微信视频号用户发布作品分页链路;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。"
changedInput schema / properties / user_id / description
Previous value: -"微信视频号用户 ID;只支持以 v2_ 开头、以 @finder 结尾的账号 ID;从视频详情、用户发布视频列表、评论或评论回复结果中的 author.user_id 或 reply_to_user_id 复制;如果不是 v2_...@finder,不要传。"New value: +"微信视频号用户 ID;只支持以 v2_ 开头、以 @finder 结尾的账号 ID;从作品详情、用户发布作品列表、评论或评论回复结果中的 author.user_id 或 reply_to_user_id 复制;如果不是 v2_...@finder,不要传。"
changedOutput schema / properties / items / description
Previous value: -"当前页用户发布视频列表"New value: +"当前页用户发布作品列表,包含视频和图文"
changedOutput schema / properties / items / items / properties / author / properties / user_id / description
Previous value: -"作者微信视频号用户 ID;仅 v2_...@finder 可用于用户信息或用户发布视频列表工具;不可用时为空字符串"New value: +"作者微信视频号用户 ID;仅 v2_...@finder 可用于用户信息或用户发布作品列表工具;不可用时为空字符串"
removedOutput schema / properties / items / items / properties / content_type / const
Removed value: -"video"
changedOutput schema / properties / items / items / properties / content_type / description
Previous value: -"内容类型;固定为 video"New value: +"内容类型;视频返回 video,图文返回 image"
addedOutput schema / properties / items / items / properties / content_type / enum
Added value: +[
+ "video",
+ "image"
+]
changedOutput schema / properties / items / items / properties / cover_image_url / description
Previous value: -"视频封面图链接;当前不可用时为 null"New value: +"视频封面或图文首图缩略资源链接;当前不可用时为 null"
changedOutput schema / properties / items / items / properties / description / description
Previous value: -"视频描述;不可用时为空字符串"New value: +"作品描述;不可用时为空字符串"
addedOutput schema / properties / items / items / properties / images
Added value: +{
+ "description": "图文作品按顺序返回图片资源;视频作品为空数组",
+ "items": {
+ "properties": {
+ "height": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "图片高度;当前不可用时为 null"
+ },
+ "url": {
+ "description": "微信视频号图文图片资源链接",
+ "type": "string"
+ },
+ "width": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "图片宽度;当前不可用时为 null"
+ }
+ },
+ "required": [
+ "url",
+ "width",
+ "height"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / properties / items / items / required
Previous value: -[
- "object_id",
- "object_nonce_id",
- "content_type",
- "description",
- "topic_tags",
- "cover_image_url",
- "video",
- "publish_time",
- "collect_count",
- "comment_count",
- "author"
-]New value: +[
+ "object_id",
+ "object_nonce_id",
+ "content_type",
+ "description",
+ "topic_tags",
+ "cover_image_url",
+ "video",
+ "images",
+ "publish_time",
+ "collect_count",
+ "comment_count",
+ "author"
+]
changedOutput schema / properties / next_page_token / description
Previous value: -"微信视频号用户发布视频列表分页令牌;首次请求留空,继续翻页时必须将上一次返回的完整 next_page_token 原样传入,作为 page_token 使用;只能用于同一微信视频号用户发布视频分页链路;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。"New value: +"微信视频号用户发布作品列表分页令牌;首次请求留空,继续翻页时必须将上一次返回的完整 next_page_token 原样传入,作为 page_token 使用;只能用于同一微信视频号用户发布作品分页链路;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。"