🐛 疫情查询、网易点歌、qq点歌问题 (#220)

* 🐛 修复网易点歌,qq点歌问题

* 🚨 错误输出

* 🚨 错误输出
This commit is contained in:
himawari
2022-05-08 22:12:27 +08:00
committed by GitHub
parent 6b56d6649e
commit 5a087000a9
6 changed files with 41 additions and 144 deletions

View File

@@ -34,8 +34,8 @@ type epidemic struct {
type area struct {
Name string `json:"name"`
Today struct {
Confirm int `json:"confirm"`
Wzzadd int `json:"wzz_add"`
Confirm int `json:"confirm"`
Wzzadd interface{} `json:"wzz_add"`
} `json:"today"`
Total struct {
NowConfirm int `json:"nowConfirm"`