💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
- 数据变化推送、数据新增推送 - 每次推送全量数据 ``` { "sport_id":210, "channel":"result", "push_type":"new", "data":{ "sport_id":210, //运动种类 "match_id":432109, //比赛ID "teams":[ { "team_info":{ "id":109276, //队伍ID "name":"Rockets", //队伍名 "name_en":"Rockets", //队伍英文名 "abbr":"RKT", //队伍简称 "logo":"https://img.esportstv.vip/210/1/b385251225ea2cb59bed652c0ed61ce6.png", //队伍logo "icon":"https://img.esportstv.vip/210/1/b385251225ea2cb59bed652c0ed61ce6.png" //队伍icon }, "side":1, //主客队,1是主队2是客队 "win":0, //是否获胜 "overs":10, //回合数 "wickets":7, //出局人数 "run_rate":5.3, //得分率 "runs":53, //得分 "balls":60, //投球数 "batsmen":[ { "player_info":{ "id":219939, //队员ID "name":"Cornwall", //队员名字 "logo":"https://img.esportstv.vip/210/2/84ad96640921fbc51b6fe84bf3b9444d.png", //队员logo "icon":"https://img.esportstv.vip/210/2/84ad96640921fbc51b6fe84bf3b9444d.png", //队员icon "position":"Roers", //队内位置 "number":0 }, "runs":14, //得分 "balls":12, //投球数 "fours":1, //四分球数量 "sixes":1, //六分球数量 "strikeRate":116.7 //打击比率 }, "bowlers":[ { "player_info":{ "id":233285, "name":"Taiem Tonge", "logo":"https://img.esportstv.vip/210/2/c902f09bc7dbde5216a8ae4b2e80f082.png", "icon":"https://img.esportstv.vip/210/2/c902f09bc7dbde5216a8ae4b2e80f082.png", "position":"All Rounders", "number":0 }, "runs":4, //得分 "overs":1, //回合 "ballsBowled":6, //投过球总统计 "maiden":0, //未得分轮数 "wickets":0, //出局人数 "econ":4, //经济比率 "wides":1, //歪球数 "noBall":0 //坏球数 }, ], "text_live":null }, "push_time_millis":1683861604888 //推送时间 } ```