as: Unlock all emblems

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-05-25 05:56:53 +08:00
parent c18842ef95
commit 9ad8d91f4b
4 changed files with 44947 additions and 1043 deletions
+14
View File
@@ -227,6 +227,20 @@ type AsSuitInfo struct {
IsNew bool `json:"is_new"`
}
// AsEmblemInfo ...
type AsEmblemInfo struct {
EmblemMID int `json:"emblem_m_id"`
IsNew bool `json:"is_new"`
EmblemParam interface{} `json:"emblem_param"`
AcquiredAt int64 `json:"acquired_at"`
}
// AsEmblemId ...
type AsEmblemId struct {
EmblemMasterID int `json:"emblem_master_id"`
IsNew bool `json:"is_new"`
}
// AsReq ...
type AsReq interface{}