Commit 5e5c1704 authored by chenweijian's avatar chenweijian

周扶持特殊处理

parent 94e26561
......@@ -128,7 +128,7 @@ func (g *GiftOperate) GetConsumeByRange(beginTime, endTime time.Time) (uint32, u
return 0, 0, nil
}
if beginTime.Unix() >= 1691942400 && beginTime.Unix() < 1692547200 { // 因为这周水果机被部分人刷币,所以这里做了特殊的处理
if beginTime.Unix() >= 1691337600 && beginTime.Unix() < 1691942400 { // 因为这周水果机被部分人刷币,所以这里做了特殊的处理
reduceMap := map[string]uint64{
"HTGS#a63226380": 20000000,
"HTGS#a42641278": 10000000,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment