|
@@ -55,6 +55,7 @@ func DrawLog(c *gin.Context) {
|
|
drawLog.DrawProductName = drawProductInfo.DrawProductName
|
|
drawLog.DrawProductName = drawProductInfo.DrawProductName
|
|
drawLog.IsPrize = v.IsPrize
|
|
drawLog.IsPrize = v.IsPrize
|
|
drawLog.Id = v.ID
|
|
drawLog.Id = v.ID
|
|
|
|
+ drawLog.ActiveId = v.ActiveConfigID
|
|
drawLog.Url = drawProductInfo.DrawUrl
|
|
drawLog.Url = drawProductInfo.DrawUrl
|
|
drawLog.DrawTime = v.CreatedAt.Format(time.DateTime)
|
|
drawLog.DrawTime = v.CreatedAt.Format(time.DateTime)
|
|
outData = append(outData, drawLog)
|
|
outData = append(outData, drawLog)
|