英雄百科-列表
GET
https://hmajax.itheima.net/api/lol/search英雄百科-列表
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
响应消息
code
integer
响应状态码
200成功
data
array [object {22}]
响应数据
heroId
string
必需
name
string
必需
alias
string
必需
title
string
必需
roles
array[string]
必需
isWeekFree
string
必需
attack
string
必需
defense
string
必需
magic
string
必需
difficulty
string
必需
selectAudio
string
必需
banAudio
string
必需
isARAMweekfree
string
必需
ispermanentweekfree
string
必需
changeLabel
string
必需
goldPrice
string
必需
couponPrice
string
必需
camp
string
必需
campId
string
必需
keywords
string
必需
instance_id
string
必需
icon
string
必需
示例成功示例
{
"msg": "success",
"code": 200,
"data": [
{
"heroId": "1",
"name": "黑暗之女",
"alias": "Annie",
"title": "安妮",
"roles": [
"mage"
],
"isWeekFree": "0",
"attack": "2",
"defense": "3",
"magic": "10",
"difficulty": "6",
"selectAudio": "https://game.gtimg.cn/images/lol/act/img/vo/choose/1.ogg",
"banAudio": "https://game.gtimg.cn/images/lol/act/img/vo/ban/1.ogg",
"isARAMweekfree": "0",
"ispermanentweekfree": "0",
"changeLabel": "改动英雄",
"goldPrice": "4800",
"couponPrice": "2000",
"camp": "",
"campId": "",
"keywords": "安妮,黑暗之女,火女,Annie,anni,heianzhinv,huonv,an,hazn,hn",
"instance_id": "0b95894e-0df2-470e-b282-6c5f5cf41955",
"icon": "http://game.gtimg.cn/images/lol/act/img/champion/Annie.png"
},
{
"heroId": "2",
"name": "狂战士",
"alias": "Olaf",
"title": "奥拉夫",
"roles": [
"fighter",
"tank"
],
"isWeekFree": "0",
"attack": "9",
"defense": "5",
"magic": "3",
"difficulty": "3",
"selectAudio": "https://game.gtimg.cn/images/lol/act/img/vo/choose/2.ogg",
"banAudio": "https://game.gtimg.cn/images/lol/act/img/vo/ban/2.ogg",
"isARAMweekfree": "0",
"ispermanentweekfree": "0",
"changeLabel": "改动英雄",
"goldPrice": "1350",
"couponPrice": "1500",
"camp": "",
"campId": "",
"keywords": "狂战士,奥拉夫,kzs,alf,Olaf,kuangzhanshi,aolafu",
"instance_id": "d5ac729e-d5ef-4565-9ede-ac25493dafca",
"icon": "http://game.gtimg.cn/images/lol/act/img/champion/Olaf.png"
},
{
"heroId": "3",
"name": "正义巨像",
"alias": "Galio",
"title": "加里奥",
"roles": [
"tank",
"mage"
],
"isWeekFree": "0",
"attack": "1",
"defense": "10",
"magic": "6",
"difficulty": "5",
"selectAudio": "https://game.gtimg.cn/images/lol/act/img/vo/choose/3.ogg",
"banAudio": "https://game.gtimg.cn/images/lol/act/img/vo/ban/3.ogg",
"isARAMweekfree": "0",
"ispermanentweekfree": "0",
"changeLabel": "无改动",
"goldPrice": "3150",
"couponPrice": "2000",
"camp": "",
"campId": "",
"keywords": "正义巨像,加里奥,Galio,jla,zyjx,zhengyijuxiang,jialiao",
"instance_id": "cbe8e557-6b38-4478-ae6f-9b03f10fb4d5",
"icon": "http://game.gtimg.cn/images/lol/act/img/champion/Galio.png"
}
]
}
最后修改时间: 1 年前