查询TOP_URL排行 示例: 请求路径: 示例1: 请求参数: json { "domain": [ "test.ctyun.cn" ], "starttime": 1669001453, "endtime": 1669087853, "toprank": 2 } 返回结果: json { "result": [ { "request": 30036, "port": "80", "channel": "test.ctyun.cn", "rank": 1, "uri": "/123/637c1a5b/video/tos/cn/tt/567/", "flow": 37873768442 }, { "request": 102, "port": "80", "channel": "test.ctyun.cn", "rank": 2, "uri": "/123/637c1a5b/video/tos/cn/tt/56799/", "flow": 27959264073 } ], "code": 100000, "message": "success" } 错误码请参考:参数code和message含义