Skip to content
XHXIAIEIN edited this page Feb 3, 2021 · 9 revisions

lol-perks

符文列表

符文页数量

lol-perks/v1/inventory

当前装备符文

/lol-perks/v1/currentpage

这里会获得 id 的属性,用于删除、修改等...

{
    "autoModifiedSelections": [],
    "current": true,
    "id": 2022726021,
    "isActive": false,
    "isDeletable": true,
    "isEditable": true,
    "isValid": true,
    "lastModified": 1612381325940,
    "name": "新的符文页",
    "order": 2,
    "primaryStyleId": 8000,
    "selectedPerkIds": [
        8005,
        9111,
        9104,
        8014,
        8143,
        8134,
        5005,
        5002,
        5002
    ],
    "subStyleId": 8100
}

当前所有符文

/lol-perks/v1/pages

获取指定符文页

这里填入的是 id

/lol-perks/v1/pages/{id}
Clone this wiki locally