From ee14e94e84f6a197db0d25adbb3f2f672192427a Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 13 May 2019 11:49:12 +0800 Subject: [PATCH] test --- def.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/def.go b/def.go index 24bf7df..66c9a87 100644 --- a/def.go +++ b/def.go @@ -29,8 +29,8 @@ type ChatWarsMessageAuctionAnnounce struct { } type ChatWarsMessageMiniWar struct { - Report map[string]ChatWarsMessageMiniWarCastle `json:"castle"` - Time time.Time `json:"time"` + Report map[string]*ChatWarsMessageMiniWarCastle `json:"castle"` + Time time.Time `json:"time"` } type ChatWarsMessageMiniWarCastle struct {