英文 | 中文 |
---|---|
pc | PC游戏 |
pcHand | 手机游戏 |
event | 媒体和政务直播 |
pcShow | 其他 |
curl --location --request GET 'https://open.kuaishou.com/openapi/kwaiUser/live/scene ?app_id=string&app_id=&access_token=string&access_token='
{
"result": 0,
"content": {
"games": {
"pc": [
{
"id": 0,
"name": "string",
"icon": "string",
"category": "string",
"screenType": 0,
"launchUrls": [
"string"
],
"offline": true,
"backgroundUrl": "string",
"game": true
}
],
"pcShow": [
{
"id": 0,
"name": "string"
}
],
"event": [
{
"id": 0,
"name": "string"
}
]
}
},
"hostName": "string"
}