ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
- 数据变化推送、数据新增推送 - 每次推送全量数据 ``` { "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://xxxxx.png", //队伍logo "icon":"https://xxxxx.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://xxxxx.png", //队员logo "icon":"https://xxxxx.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://xxxxx.png", "icon":"https://xxxxx.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 //推送时间 } ```