diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 878a990..a204c80 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -74,6 +74,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { //开奖 idx := -1 list := GetWaitCaiCatList() + logger.Info("HandlerSettlement list=%+v", list) for k, val := range list { if val.CurRound == rdata.Round { idx = k -- libgit2 0.21.0