## 英雄列表
~~~[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
無