mihoyo-api-collect/genshin_impact/thirdparty/historical_up_items.md
Kamisato-Ayaka-233 94d9ad14f1 添加错误码分类
修改API的请求头和Cookie标识
2023-06-03 14:49:06 +08:00

48 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 历史祈愿UP池
- [Caughtwind API](#caughtwind-api)
---
## Caughtwind API
_请求方式GET_
`https://api.21cnt.cn/genshin/banner`
**JSON返回**
根对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| “版本” | arr | 该版本祈愿UP池信息 | 第1个元素为上半卡池第2个元素为下半卡池 |
“版本”数组→对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| time | arr | 卡池的开始与结束时间的Unix时间戳 | 时间以官方发布为准,若官方未发布时间,则为空 |
| character | obj | 该卡池UP的角色的ID | 若角色ID未知则为角色名称 |
| weapon | obj | 该卡池UP的武器的ID | 若角色ID未知则为角色名称 |
“版本”数组→对象→`time`数组:
| 索引 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| 0 | num | 开始时间的Unix时间戳 | |
| 1 | num | 结束时间的Unix时间戳 | |
“版本”数组→对象→`character`对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| 5r | arr | 五星角色的ID | |
| 4r | arr | 四星角色的ID | |
“版本”数组→对象→`weapon`对象:
| 字段 | 类型 | 内容 | 备注 |
| --- | ---- | ---- | --- |
| 5r | arr | 五星武器的ID | |
| 4r | arr | 四星武器的ID | |