act_daily_chest.go 79 B

12345
  1. package model
  2. type DailyChestConf struct {
  3. Prize []ActPrize `json:"prize"`
  4. }