addedOutput schema / properties / points
Added value: +{
+ "additionalProperties": false,
+ "description": "本次成功调用的积分消耗与调用完成时的账户积分余额。",
+ "properties": {
+ "balance": {
+ "description": "本次接口完成时看到的当前积分余额。",
+ "minimum": 0,
+ "type": "integer"
+ },
+ "cost": {
+ "description": "本次请求最终确认消耗的积分。",
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "cost",
+ "balance"
+ ],
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "biz",
- "mid",
- "idx",
- "sn",
- "title",
- "account",
- "publish_time",
- "cover_image_url",
- "description",
- "source_url",
- "content_text",
- "content_html",
- "image_urls",
- "linked_articles",
- "finder_video_cards"
-]New value: +[
+ "biz",
+ "mid",
+ "idx",
+ "sn",
+ "title",
+ "account",
+ "publish_time",
+ "cover_image_url",
+ "description",
+ "source_url",
+ "content_text",
+ "content_html",
+ "image_urls",
+ "linked_articles",
+ "finder_video_cards",
+ "points"
+]