Commit 39c94d41a4dd6733c045b4490e2a709a028e4e3a

Authored by 陆恒
1 parent eb6a2a3c

提交

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