Lua 如何通过Blizaard API获取物品中的拼写信息?

Lua 如何通过Blizaard API获取物品中的拼写信息?,lua,world-of-warcraft,Lua,World Of Warcraft,我可以通过ItemAPI获得节点“itemSpells”。 但是如果我想得到详细信息,我怎么能得到呢? 就像: “项目拼写”:[ 您正在查找GetSpellInfo() { "spellId": 109848, "spell": { "id": 109848, "name": "Item - Dragon Soul - Proc - Int Spirit Mace 1H LFR",

我可以通过ItemAPI获得节点“itemSpells”。 但是如果我想得到详细信息,我怎么能得到呢? 就像: “项目拼写”:[

您正在查找GetSpellInfo()

    {
        "spellId": 109848,
        "spell": 
        {
            "id": 109848,
            "name": "Item - Dragon Soul - Proc - Int Spirit Mace 1H LFR",
            "icon": "spell_holy_avenginewrath",
            "description": ""
        },
        "nCharges": 0,
        "consumable": false,
        "categoryId": 0,
        "trigger": "ON_EQUIP"
    }],