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: -[
- "object_id",
- "object_nonce_id",
- "content_type",
- "description",
- "topic_tags",
- "cover_image_url",
- "video",
- "images",
- "like_count",
- "collect_count",
- "comment_count",
- "share_count",
- "publish_time",
- "ip_location",
- "author"
-]New value: +[
+ "object_id",
+ "object_nonce_id",
+ "content_type",
+ "description",
+ "topic_tags",
+ "cover_image_url",
+ "video",
+ "images",
+ "like_count",
+ "collect_count",
+ "comment_count",
+ "share_count",
+ "publish_time",
+ "ip_location",
+ "author",
+ "points"
+]