2012-09-04 70 views
1

我可以通过item api获得一个节点“itemSpells”。 但是,如果我想获得详细信息,我怎么能得到它? 就像: “itemSpells”:如何通过Blizaard API获取项目中的拼写信息?

{ 
     "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" 
    }], 

回答

相关问题