## 装备-列表
~~~[api]
post:#
*int:ecid=0#装备类型ID(1-6) 空为0
*int:sort=0#等级排序 1正序 2倒序 空为0
*int:page=1#分页
<<<
success
{
"stauts_code": 200,
"message": "equ_list",
"data": [
{
"id": 14,
"oid": "20000669",
"eid": 66,
"currency": "GT",
"price": "1",
"sale_at": "2020-03-18 00:22:53",
"status": 1,
"created_at": "2020-03-16 00:22:53",
"name": "德式M1935钢盔",
"cid": 1,
"level": 1,
"attribute": "attck",
"ability": 1,
"cname": "头盔"
}
]
}
}
<<<
error
无