test
This commit is contained in:
parent
de49bc0f4a
commit
ee14e94e84
4
def.go
4
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user