{
  "openapi": "3.0.0",
  "info": {
    "title": "微信公众号搜狗链接转换 API (V1)",
    "version": "1.0.0",
    "description": "将搜狗微信文章链接转换为标准的微信公众号文章URL。用于连接搜狗搜索结果与文章采集工作流程。"
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global（默认）"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn（中国大陆地区可选）"
    }
  ],
  "paths": {
    "/api/weixin/convert-sougou-link/v1": {
      "get": {
        "tags": [
          "微信公众号"
        ],
        "summary": "搜狗链接转换",
        "description": "将搜狗微信文章链接转换为标准的微信公众号文章URL。用于连接搜狗搜索结果与文章采集工作流程。",
        "operationId": "getApiWeixinConvertSougouLinkV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "url",
            "in": "query",
            "description": "待转换为标准微信公众号文章URL的搜狗微信文章URL。",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "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": "16101710",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}