Commit 3a2b22bc02343bc814fbea8660fad4a89491541b

Authored by 陆恒
1 parent cd662e67
Exists in master

提交

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -863,6 +863,8 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) { @@ -863,6 +863,8 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) {
863 tmp.Cash = uinfo.PosInfo[pos].RedPacket 863 tmp.Cash = uinfo.PosInfo[pos].RedPacket
864 tmp.Date = time.Now().Format("2006-01-02T 15:04:05") 864 tmp.Date = time.Now().Format("2006-01-02T 15:04:05")
865 resp.Data = append(resp.Data, tmp) 865 resp.Data = append(resp.Data, tmp)
  866 + } else {
  867 + logger.Info("HandlerLimitCatList nowtime=%v,endtime=%v", nowtime, uinfo.PosInfo[pos].StartTime+uinfo.PosInfo[pos].Time)
866 } 868 }
867 869
868 } 870 }