ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 4.5.3 事件推送 * 数据变化推送 * 每次推送新增数据 ``` { "game_id": 4, //游戏类型 "channel": "live-event",//推送类型 "push_type":"update", //推送场景(update更新/create或者new新增) "data": { "game_id": 4, //游戏ID "match_id": 104953,//比赛ID "race_id": 105626,//小局ID "stage": 1,//第几局 "event_data": { "game_time": 467,//游戏进行时间 "type": "player_kill",// 击杀队员(player_kill) /推塔(tower_kill)/推兵营(barracks_kill) "object": { "killer": { //击杀者 "player": {//队员信息 "id": 108931,// "name": "可爱", "logo": "http://xxxxx.jpeg", "icon": "http://xxxxxx.jpeg", "position": "" }, "role": {//英雄信息 "id": 20, "name": "卓尔游侠", "logo": "http://xxxxx.png", "icon": "http://xxxxx.png" }, "side": 2//阵营 1天辉 2夜魇 }, "killed": {//被击杀者 "player": { "id": 11680, "name": "Almond", "logo": "http://xxxxx.jpeg", "icon": "http://xxxxx.jpeg", "position": "" }, "role": { "id": 117, "name": "马格纳斯", "logo": "http://xxxxx.png", "icon": "http://xxxxx.png" }, "side": 1 } } } }, "match_id": 104953, "stage": 1, "race_id": 105626 } ```