Commit 7639006ac67a721bff5f3daa9d2ce07e54d2e0ce

Authored by 陆恒
1 parent 43886ab2
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/constdef.go
... ... @@ -78,5 +78,6 @@ const (
78 78 REDBAGTYPE_105 = 105 //存钱罐
79 79 REDBAGTYPE_106 = 106 //付费红包
80 80 REDBAGTYPE_107 = 107 //签到
  81 + REDBAGTYPE_301 = 301 //抽奖
81 82 REDBAGTYPE_302 = 302 //微转发
82 83 )
... ...