參數 | 是否必填 | 欄位釋義 | 備註 |
---|---|---|---|
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 | 推送時間(毫秒) |