获取英雄最低战力 正常
请求URL
https://api.y-alpha.com/king/pow
请求示例 Get
https://api.y-alpha.com/king/pow?id=1
返回数据
{
"Code": 200,
"Data": {
"id": 1,
"ename": 105,
"cname": "廉颇",
"android_qq": {
"updatetime": "2022/03/18 09:50:24", // 更新时间
"platform": "android_qq", // 安卓QQ区
"area": "孟连县", // 区级最低地区
"areaPower": 2034, // 区级最低分数
"city": "博州", // 市级最低地区
"cityPower": 4494, // 市级最低分数
"province": "香港", // 省级最低地区
"provincePower": 6503 // 省级最低分数
},
"android_wx": {
"updatetime": "2022/03/18 09:50:24",
"platform": "android_qq",
"area": "孟连县",
"areaPower": 2034,
"city": "博州",
"cityPower": 4494,
"province": "香港",
"provincePower": 6503
},
"ios_qq": {
"updatetime": "2022/03/18 09:50:24",
"platform": "android_qq",
"area": "孟连县",
"areaPower": 2034,
"city": "博州",
"cityPower": 4494,
"province": "香港",
"provincePower": 6503
},
"ios_wx": {
"updatetime": "2022/03/18 09:50:24",
"platform": "android_qq",
"area": "孟连县",
"areaPower": 2034,
"city": "博州",
"cityPower": 4494,
"province": "香港",
"provincePower": 6503
}
},
"Msg": "https://api.y-alpha.com/"
}
请求参数
参数名称 | 类型 | 参数值 | 描述 |
---|
id | 三选一 | int | 英雄ID |
ename | 三选一 | int | 英雄序列 |
cname | 三选一 | string | 英雄名称 |