## 装备-我的列表
~~~[api]
post:#
*int:ecid=0#装备类型ID(1-6) 空为0
*int:sort=0#等级排序 1正序 2倒序 空为0
<<<
success
{
"stauts_code": 200,
"message": "equ_self",
"data": {
"list": [
{
"id": 10,
"name": "快速弹夹",
"cid": 5,
"level": 1,
"attribute": "",
"ability": 0,
"sale": 10000120,
"use_hero": 0,
"catalog": {
"id": 5,
"name": "弹夹"
}
}
],
"bag": 26
}
}
<<<
error
无