王者英雄
王者随机英雄
GET
POST
API链接
https://oiapi.net/api/Honor
请求参数
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
name |
string | 可选 | 不填则随机 | 暂无 |
返回参数
参数名 | 类型 | 说明 |
---|---|---|
code |
number | 状态码 |
message |
string | 返回提示 |
data |
array | 返回数据 |
data.name |
string | 名字 |
data.camp |
string | 阵营 |
data.id |
string | 英雄id |
data.title |
string | 称号/皮肤 |
data.position |
string | 定位 |
data.zone |
string | 所属区域 |
data.spell |
string | 拼音 |
data.small_cover |
string | 小封面 |
data.medium_cover |
string | 中封面 |
data.big_cover |
string | 大封面 |
data.detailed |
array | 详细数据 |
data.detailed.word |
string | 口头禅? |
data.detailed.height |
string | 身高,厘米 |
data.detailed.cover |
string | 封面 |
data.detailed.strong |
string | 特长 |
data.detailed.like |
string | 喜好 |
data.detailed.dislike |
string | 讨厌 |
data.detailed.stories |
array | 英雄故事集 |
data.detailed.stories[].title |
string | 故事标题/故事名 |
data.detailed.stories.[].content |
string | 故事内容 |
data.detailed.voice |
array | 皮肤语音列表 |
data.detailed.voice.picture |
string | 图 |
data.detailed.voice.cover |
string | 图 |
data.detailed.voice.head |
string | 图 |
data.detailed.voice.background |
string | 图 |
data.detailed.voice.name |
string | 皮肤名 |
data.detailed.voice.list |
array | 音频列表 |
data.detailed.voice.list[].word |
string | 台词 |
data.detailed.voice.list[].voice |
string | 音频链接 |
data.detailed.stories[].images |
array | 故事配图 |
data.detailed.stories[].images[] |
string | 故事配图链接 |