File size: 688 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
{
    "private":{
        "detail":{
            "url": "https://api.bilibili.com/x/note/info",
            "method": "GET",
            "verify": true,
            "params": {
                "oid": "oid",
                "oid_type": "oid_type",
                "note_id": "note_id"
            },
            "comment": "私有笔记详细信息"

        }
    },
    "public":{
        "detail":{
            "url": "https://api.bilibili.com/x/note/publish/info",
            "method": "GET",
            "verify": true,
            "params": {
                "cvid": "cvid"
            },
            "comment": "公开笔记详细信息"
        }
    }
}