This commit is contained in:
shoopea 2019-05-13 11:49:12 +08:00
parent de49bc0f4a
commit ee14e94e84

2
def.go
View File

@ -29,7 +29,7 @@ type ChatWarsMessageAuctionAnnounce struct {
}
type ChatWarsMessageMiniWar struct {
Report map[string]ChatWarsMessageMiniWarCastle `json:"castle"`
Report map[string]*ChatWarsMessageMiniWarCastle `json:"castle"`
Time time.Time `json:"time"`
}