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

4
def.go
View File

@ -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 {