{
  "openapi": "3.0.0",
  "info": {
    "title": "WeChat Official Accounts Article Comments API (V1)",
    "version": "1.0.0",
    "description": "Get WeChat Official Accounts article Comments data, including commenter details, comment text, and timestamps, for feedback analysis."
  },
  "paths": {
    "/api/weixin/get-article-comment/v1": {
      "get": {
        "tags": [
          "WeChat Official Accounts"
        ],
        "summary": "Article Comments",
        "description": "Get WeChat Official Accounts article Comments data, including commenter details, comment text, and timestamps, for feedback analysis.",
        "operationId": "getArticleComment",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for the API.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "articleUrl",
            "in": "query",
            "description": "The URL of the Weixin article.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": []
                }
              }
            }
          }
        },
        "x-order": 20001200
      }
    }
  },
  "components": {}
}