Commit 8de8e38ac4c5996a6022840a2751f3561ea25920

Authored by 陆恒
1 parent 7c4c8604

1

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/logic/constdef.go
@@ -48,6 +48,6 @@ const ( @@ -48,6 +48,6 @@ const (
48 ) 48 )
49 49
50 const ( 50 const (
51 - WATCH_ADD_DAY_LIMIT = 50 //当天获取红包次数限制  
52 - FREE_REDBAG_NUM = 3 //玩家免费红包次数 51 + WATCH_ADD_DAY_LIMIT = 5 //当天获取红包次数限制
  52 + FREE_REDBAG_NUM = 3 //玩家免费红包次数
53 ) 53 )