## 英雄列表
~~~[api]
post:#
*int:ecid=0#装备类型ID(1-6) 空为0
*int:sort=0#等级排序 1正序 2倒序 空为0
<<<
success
{
"stauts_code": 200,
"message": "equipment_list",
"data": {
"list": [
{
"id": 103,
"name": "量子加速器",
"cid": 4,
"level": 999,
"attribute": "attack",
"ability": 80,
"sale": null,
"use_hero": 0,
"catalog": {
"id": 4,
"name": "枪头"
}
}
],
"bag": 26
}
}
<<<
error
无