Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

历史数据查询相关 #5

Open
Kengxxiao opened this issue Aug 26, 2020 · 1 comment
Open

历史数据查询相关 #5

Kengxxiao opened this issue Aug 26, 2020 · 1 comment

Comments

@Kengxxiao
Copy link

因为不是所有时间的数据都会保存在后台,所以可以查询的时间戳是被限制的,常规情况下可以通过/default读取historyV2获取可以查询的时间的时间戳。为了方便,这里提供两个接口。

只获取时间
GET /var-mixer/historyList/version/1
[1589785200,1594278000,1596697200,1591945200,1598216405,1598302806,1598389206]

单独获取/default接口的historyV2
GET /var-mixer/historyList/version/2
{"1589785200":"2020年白羊座公会战","1594278000":"2020年双子座公会战","1596697200":"2020年巨蟹座公会战","1591945200":"2020年金牛座公会战","1598216405":"","1598302806":"","1598389206":""}

@var-mixer
Copy link
Member

感谢大佬提供的数据接口

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants