参数 | 是否必填 | 字段释义 | 备注 |
---|---|---|---|
app_id | 是 | 用户ID | 控制台查看 |
app_secret | 是 | 用户密钥 | 控制台查看 |
sport_id | 是 | 运动ID | 运动ID,多个用英文逗号隔开 |
{
"sport_id": 1,
"channel": "chat",
"push_type": "new",
"data": {
"sport_id": 1,
"match_id": 666,
"user_id": 266529,
"user_name": "白布",
"content": "one piece 233",
"time_millis": 1629111211487
},
"push_time_millis": 1727430040223
}
返回参数 | 数据类型 | 描述 |
---|---|---|
sport_id | int | 运动ID |
match_id | int | 比赛ID |
user_id | int | 用户ID |
user_name | string | 用户名称 |
content | string | 消息内容 |
time_millis | int | 发送时间(毫秒) |
push_time_millis | int | 推送时间(毫秒) |