/* * @Author : huangzj * @Time : 2021/2/23 20:52 * @Description: */ package rand type AwardWeight struct { Award interface{} //奖励数据 Weight int //权重 }