File size: 1,122 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "info": {
    "videolist": {
      "url": "https://member.bilibili.com/x/vupre/web/archive/view",
      "method": "GET",
      "verify": true,
      "params": {
        "bvid": "str: bv 号"
      },
      "comment": "视频列表数据"
    },
    "edge_info": {
      "url": "https://api.bilibili.com/x/stein/edgeinfo_v2",
      "method": "GET",
      "verify": false,
      "params": {
        "bvid": "str: BV 号",
        "graph_version": "int: 剧情图版本",
        "edge_id": "int?: 节点 ID"
      },
      "comment": "互动视频节点信息"
    }
  },
  "operate": {
    "savestory": {
      "url": "https://api.bilibili.com/x/stein/graph/save",
      "method": "POST",
      "verify": true,
      "data": {
        "preview": "int: 0 不清楚是什么",
        "data": "故事树信息"
      },
      "comment": "保存故事树"
    },
    "mark_score": {
      "url": "https://api.bilibili.com/x/stein/mark",
      "method": "POST",
      "verify": true,
      "data": {
        "mark": "int: 星数",
        "bvid":"str: BV 号"
      }
    }
  }
}