🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
##装备详情选择英雄的列表 ~~~[api] post:# *int:eid=0#装备ID *int:page=0#分页 <<< success { "stauts_code": 200, "message": "equipment_list", "data": [ { "id": 9, "name": "城市迷彩披风", "cid": 6, "level": 1, "attribute": "steal", "ability": 5, "sale": 0, "use_hero": 0, "usehero": null, "catalog": { "id": 6, "name": "披风" } } ] } <<< error 无