zdzz相关API文档
QQ群
    • 点击速度测速API
      • 点击测速
        POST
      • 保存排行榜数据
        POST
      • 获取排行榜
        GET
      • 获取用户数据
        GET
      • 获取API使用统计数据
        GET
      • 获取API使用统计摘要
        GET
      • 数据模型
        • ClickRequest
        • SaveRequest
        • ClickResponse
        • SaveResponse
        • RanksResponse
        • UserResponse
        • StatsResponse
        • StatsSummaryResponse
    QQ群

    UserResponse

    {
        "success": true,
        "user": {
            "username": "string",
            "highestSpeed": 0,
            "avgSpeed": 0,
            "recentRecords": [
                {
                    "click_count": 0,
                    "time_limit": 0,
                    "created_at": "2019-08-24T14:15:22.123Z"
                }
            ]
        }
    }
    Built with