修复V2.9面板问题

This commit is contained in:
ZJY 2021-08-29 19:26:24 +08:00
parent 27d3016325
commit f3d9d1e2bb

View File

@ -268,7 +268,7 @@ func (c *Container) read() error {
}
}
return nil
} else if c.Version == "2.8"{
} else if c.Version == "2.9"{
type AutoGenerated struct {
Code int `json:"code"`
Data []struct {