播放环境统计

Example

GET 播放环境统计

https://global.talk-cloud.net/vod/webapi/statistics/vod/broadcastEnv

参数名 必选 类型 说明
Content-Type string application/json
Accept string application/json
version string 版本号:(预设:v2)
Tk-authkey string 企业Key
Timestamp string token生产时间:(预设:1641600967)
Tk-token string 加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==)
参数名 是否必填 类型 说明
startTime int 开始时间戳
endTime int 开始时间戳
searchType int 0:终端环境1:操作系统2:浏览器
参数名 类型 说明
result int 0成功 非0失败
msg string 接口消息
data object [] 接口消息
data.name string 名称
data.count string 总数
data.percentage string 占比
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "result":0,
    "data":[
        {
            "name":"PC客户端",
            "count":"1",
            "percentage":"3.45%"
        },
        {
            "name":"PCweb端",
            "count":"3",
            "percentage":"10.34%"
        },
        {
            "name":"手机H5",
            "count":"25",
            "percentage":"86.21%"
        }
    ],
    "msg":"成功"
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号