File size: 861 Bytes
0aee47a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "splash": {
    "list": {
      "url": "https://app.bilibili.com/x/v2/splash/list",
      "method": "GET",
      "verify": false,
      "params": {
        "mobi_app": "str: android, iphone, ipad",
        "platform": "str: android, ios",
        "height": "int: 屏幕高度",
        "width": "int: 屏幕宽度",
        "birth": "str: 生日日期(四位数,例 0101)"
      },
      "comment": "获取开屏启动画面"
    },
    "brand": {
      "url": "https://app.bilibili.com/x/v2/splash/brand/list",
      "method": "GET",
      "verify": false,
      "params": {
        "mobi_app": "str: android, iphone, ipad",
        "platform": "str: android, ios",
        "screen_height": "int: 屏幕高度",
        "screen_width": "int: 屏幕宽度"
      },
      "comment": "获取特殊开屏启动画面"
    }
  }
}