{
  "openapi": "3.0.0",
  "info": {
    "title": "微信视频号视频评论 API (V1)",
    "version": "1.0.0",
    "description": "通过对象ID返回微信视频号视频的一级评论。响应包括评论ID、作者字段、点赞数、回复信号、last_buffer和用于评论分页的continuation状态。"
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global（默认）"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn（中国大陆地区可选）"
    }
  ],
  "paths": {
    "/api/weixin-channels/get-video-comment/v1": {
      "get": {
        "tags": [
          "微信视频号"
        ],
        "summary": "视频评论",
        "description": "通过对象ID返回微信视频号视频的一级评论。响应包括评论ID、作者字段、点赞数、回复信号、last_buffer和用于评论分页的continuation状态。",
        "operationId": "getApiWeixinChannelsGetVideoCommentV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "用于获取一级评论的微信视频号视频对象ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectNonceId",
            "in": "query",
            "description": "可选的微信视频号对象nonce ID。",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "last_buffer",
            "in": "query",
            "description": "上一次微信视频号一级评论响应返回的分页缓冲区。第一页时留空。",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "好的",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "string",
                      "enum": [
                        "0",
                        "100",
                        "101",
                        "202",
                        "300",
                        "301",
                        "302",
                        "303",
                        "400",
                        "500",
                        "600",
                        "601"
                      ]
                    },
                    "message": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "recordTime": {
                      "type": "string",
                      "format": "date-time"
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "16201600",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}