as: Unlock all suits (costumes)

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-05-23 01:12:54 +08:00
parent 6ae26a512a
commit 29ae1681c7
3 changed files with 4660 additions and 190 deletions
+6
View File
@@ -221,6 +221,12 @@ type AsCardInfo struct {
IsNew bool `json:"is_new"`
}
// AsSuitInfo ...
type AsSuitInfo struct {
SuitMasterID int `json:"suit_master_id"`
IsNew bool `json:"is_new"`
}
// AsReq ...
type AsReq interface{}