package dto // 摇签结果对象 检查状态和摇签返回 type RockSkewerResultDTO struct { IsRocked string DefaultSkewerIcon string SkewerResult []string }