合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 4.4 基础玩法数据推送 ~~~ 基础玩法数据推送格式示例 { "game_id": 0, "channel": "group", "push_type": "update", "data": { "id": 1181, "updated_at": "2021-07-15T12:11:28.724796161+08:00", "name_cn": "", "name_en": "1st half - Egypt total goals", "tag": "total", "sort_index": 144, "match_stage": "total", "value": "23.0" } } ~~~ | 返回参数 | 数据类型 | 描述 | 备注 | | --- | --- | --- | --- | | channel | string | 推送类型 | | | push\_type | string | 事件 | create数据创建、update数据更新 | | id | int | 基础玩法ID | | | game\_id | int | 所属运动ID | | | name\_cn | string | 玩法中文名 | | | name\_en | string | 玩法英文名 | | | match\_stage | string | 玩法层级 | | | sort\_index | int | 玩法排序 | 数字大的在前面 | | tag | string | 玩法类别 | win队伍玩法、ou大小玩法、hdp让分玩法、ab是否玩法、oe单双玩法、 | | value | string | 玩法value值 | hdp和ou类型才有值,其他没值 |