wss://ws.域名地址/sport/ws/v3/live?app_id=xxx&app_secret=xxx&sport_id=xxx,xxx| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| app_id | string | 是 | 用户ID |
| app_secret | string | 是 | 用户密钥 |
| sport_id | string | 否 | 运动ID,多个用英文逗号隔开 |
| 标题 | channel | 备注 |
|---|---|---|
| 比赛实时数据 | live | |
| 比赛赛果 | result | |
| 文字直播 | tlive | |
| 趋势 | trend |
| 标题 | push_type | 备注 |
|---|---|---|
| 新增 | new | |
| 变化 | update |
| 公告字段 | push_time_millis | 推送时间,毫秒级时间戳 |
|---|
wss://ws.域名地址/sport/ws/v3/liveplus?app_id=xxx&app_secret=xxx&sport_id=xxx,xxx| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| app_id | string | 是 | 用户ID |
| app_secret | string | 是 | 用户密钥 |
| sport_id | string | 否 | 运动ID,多个用英文逗号隔开 |
| 标题 | channel | 备注 |
|---|---|---|
| 比赛事件 | event | |
| 比赛阵容 | lineup | |
| 比赛统计 | stats |
| 标题 | push_type | 备注 |
|---|---|---|
| 新增 | new | |
| 变化 | update |
| 公告字段 | push_time_millis | 推送时间,毫秒级时间戳 |
|---|
wss://ws.域名地址/sport/ws/v3/livepro?app_id=xxx&app_secret=xxx&sport_id=xxx,xxx| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| app_id | string | 是 | 用户ID |
| app_secret | string | 是 | 用户密钥 |
| sport_id | string | 否 | 运动ID,多个用英文逗号隔开 |
| 标题 | channel | 备注 |
|---|---|---|
| 比赛技术统计 | stats_extend |
| 标题 | push_type | 备注 |
|---|---|---|
| 新增 | new | |
| 变化 | update |
| 公告字段 | push_time_millis | 推送时间,毫秒级时间戳 |
|---|
wss://ws.域名地址/sport/ws/v3/live?app_id=xxx&app_secret=xxx&sport_id=xxx,xxx&langue=vi| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| app_id | string | 是 | 用户ID |
| app_secret | string | 是 | 用户密钥 |
| sport_id | string | 否 | 运动ID,多个用英文逗号隔开 |
| language | string | 否 | 多语言参数,参数值查看API指南-全局多语言 |
| 标题 | channel | 备注 | |
| 文字直播 | text-live | ||
| --- | --- | --- | |
| 新增 | new | ||
| 变化 | update |
| 公告字段 | push_time_millis | 推送时间,毫秒级时间戳 |
|---|