package model type ArchitectureRepoConf struct { Stage int64 `json:"stage"` Lv int64 `json:"lv"` Prize []ActPrize `json:"prize"` } type ArchitectureStaticConf struct { Rewards []ArchitectureStaticInfo `json:"rewards"` ActCouponSkin string `json:"act_coupon_skin"` Type string `json:"type"` } type ArchitectureStaticInfo struct { Key int64 `json:"key"` Value []PrizeShow `json:"value"` }