From f3d9d1e2bb6284d51e58734424d4890e7e343d0b Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Sun, 29 Aug 2021 19:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DV2.9=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/container.go b/models/container.go index d3c8037..fd9b7d9 100644 --- a/models/container.go +++ b/models/container.go @@ -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 {