## 英雄-列表
~~~[api]
post:#
*int:hcid=0#英雄类型ID(1-6) 空为0
*int:sort=0#等级排序 1正序 2倒序 空为0
*int:page=1#分页
<<<
success
{
"stauts_code": 200,
"message": "hero_list",
"data": [
{
"id": 28,
"oid": "10000357",
"hid": 151,
"currency": "GT",
"price": "3",
"sale_at": "2020-03-27 23:57:03",
"status": 1,
"created_at": "2020-03-25 23:57:03",
"name": "56-1式",
"cid": 2,
"level": "1",
"rare": "r",
"cname": "突击步枪"
}
]
}
}
<<<
error
无