Skip to content

功能概述

联合会时间发展历程数据展示

接口访问

接口地址

home/queue/data

请求方式 Method

GET

请求参数

属性类型长度必填默认值说明访问版本
keystring32true必填参数:timeAxis-

返回值

属性类型必填说明
数据集合stringtrue时间历程数据体

返回示例

{
    "response": {
        "2024": {
            "12月15日": {
                "title": "海中企业家联合会成立大会",
                "imageUrl": [
                    "地址1",
                    "地址2",
                    "地址3"
                ]
            }
        },
        "2025": {
            "01月03日": {
                "title": "海中篮球队比赛",
                "imageUrl": [
                    "地址1",
                    "地址2",
                    "地址3"
                ]
            }
        }
    },
    "requestId": "d5ac931a-9fd7-4d16-a9c5-3f04d802bc6b"
}