Create & Init Project...
This commit is contained in:
26
app/service/live/resource/api/http/v1/splash.md
Normal file
26
app/service/live/resource/api/http/v1/splash.md
Normal file
@ -0,0 +1,26 @@
|
||||
##获取有效闪屏配置
|
||||
|
||||
`GET http://api.live.bilibili.com/xlive/resource/v1/splash/GetInfo`
|
||||
|
||||
### 请求参数
|
||||
|
||||
|参数名|必选|类型|描述|
|
||||
|:---|:---|:---|:---|
|
||||
|platform|否|string||
|
||||
|build|否|integer||
|
||||
|
||||
```json
|
||||
{
|
||||
"code": 0,
|
||||
"message": "ok",
|
||||
"data": {
|
||||
"id": 0,
|
||||
"title": "",
|
||||
"jumpPath": "",
|
||||
"jumpTime": 0,
|
||||
"jumpPathType": 0,
|
||||
"imageUrl": ""
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user