Commit 435e8c85520c0a5c8b67ad9150b06ea813788e04

Authored by 陆恒
1 parent 6915ff18
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -1715,7 +1715,7 @@ func HandlerQueryTurntable(w http.ResponseWriter, data string, uuid int) {
1715 1715 }
1716 1716  
1717 1717 resp.Data.TicketCount = uinfo.DrawTicket
1718   - resp.Data.LeftTime = uinfo.DoubleLeftTimes
  1718 + resp.Data.LeftTime = uinfo.DrawTicketTimes
1719 1719 resp.Data.LimitTicket = DRAWTICKETNUMLIMIT
1720 1720  
1721 1721 resp.Code = 0
... ...