feat: management && notify
This commit is contained in:
@@ -59,3 +59,42 @@ type ChinaData struct {
|
||||
ChinaAdd ChinaAdd `json:"chinaAdd"`
|
||||
ChinaTotal ChinaTotal `json:"chinaTotal"`
|
||||
}
|
||||
|
||||
type ChinaDayAdd struct {
|
||||
DeadRate string `json:"deadRate"`
|
||||
HealRate string `json:"healRate"`
|
||||
Date string `json:"date"`
|
||||
Year string `json:"y"`
|
||||
Confirm int `json:"confirm"`
|
||||
Suspect int `json:"suspect"`
|
||||
Dead int `json:"dead"`
|
||||
Infect int `json:"infect"`
|
||||
Heal int `json:"heal"`
|
||||
ImportedCase int `json:"importedCase"`
|
||||
Localinfectionadd int `json:"localinfectionadd"`
|
||||
LocalConfirmadd int `json:"localConfirmadd"`
|
||||
}
|
||||
|
||||
type ChinaDay struct {
|
||||
DeadRate string `json:"deadRate"`
|
||||
NoInfect int `json:"noInfect"`
|
||||
LocalConfirm int `json:"localConfirm"`
|
||||
ImportedCase int `json:"importedCase"`
|
||||
Date string `json:"date"`
|
||||
LocalConfirmH5 int `json:"localConfirmH5"`
|
||||
Suspect int `json:"suspect"`
|
||||
Dead int `json:"dead"`
|
||||
Heal int `json:"heal"`
|
||||
Year string `json:"y"`
|
||||
Confirm int `json:"confirm"`
|
||||
NowConfirm int `json:"nowConfirm"`
|
||||
HealRate string `json:"healRate"`
|
||||
NowSevere int `json:"nowSevere"`
|
||||
NoInfectH5 int `json:"noInfectH5"`
|
||||
LocalAccConfirm int `json:"local_acc_confirm"`
|
||||
}
|
||||
|
||||
type ChinaTrend struct {
|
||||
ChinaDayList []ChinaDay `json:"ChinaDayList"`
|
||||
ChinaDayAddList []ChinaDayAdd `json:"chinaDayAddList"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user