ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 4.7.5地图bp推送 * 数据变化推送、数据新增推送 * 每次推送全量数据 ``` { "game_id": 2, //游戏id "channel": "match-map", //数据类型(游戏) "push_type": "new", //推送场景(update更新/create或者new新增) "data": { "game_id": 2, //游戏id "match_id": 134858, //比赛ID "map_info": [{ "map": { "id": 2, "name": "Nuke", "logo": "https://xxxxx.jpeg" }, "team": { "id": 23528, "name": "Fyr", "abbr": "", "logo": "https://xxxxx.png", "icon": "https://xxxxx.png" }, "bp_type": "ban" // bp类型(ban/pick/rest) }] } } ```