{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音巨量星图创作者订单经验 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音巨量星图创作者订单体验数据，包括商业历史和交易相关指标，用于创作者评估、活动规划和市场研究。"
  },
  "paths": {
    "/api/douyin-xingtu/gw/api/aggregator/get_author_order_experience/v1": {
      "get": {
        "tags": [
          "抖音巨量星图"
        ],
        "summary": "创作者订单经验",
        "description": "获取抖音巨量星图创作者订单体验数据，包括商业历史和交易相关指标，用于创作者评估、活动规划和市场研究。",
        "operationId": "gwApiAggregatorGetAuthorOrderExperienceV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "用户鉴权令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oAuthorId",
            "in": "query",
            "description": "作者唯一ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "period",
            "in": "query",
            "description": "时间周期。\n\n可用值：\n- `DAY_30`：最近 30 天\n- `DAY_90`：最近 90 天",
            "required": false,
            "schema": {
              "type": "string",
              "default": "DAY_30",
              "description": "Time period",
              "enum": [
                "DAY_30",
                "DAY_90"
              ]
            }
          }
        ],
        "responses": {
          "default": {
            "description": "默认响应",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "order_experience_industries": []
                  }
                }
              }
            }
          }
        },
        "x-order": "15001400"
      }
    }
  },
  "components": {}
}