Commit 7639006ac67a721bff5f3daa9d2ce07e54d2e0ce
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,5 +78,6 @@ const ( | ||
78 | REDBAGTYPE_105 = 105 //存钱罐 | 78 | REDBAGTYPE_105 = 105 //存钱罐 |
79 | REDBAGTYPE_106 = 106 //付费红包 | 79 | REDBAGTYPE_106 = 106 //付费红包 |
80 | REDBAGTYPE_107 = 107 //签到 | 80 | REDBAGTYPE_107 = 107 //签到 |
81 | + REDBAGTYPE_301 = 301 //抽奖 | ||
81 | REDBAGTYPE_302 = 302 //微转发 | 82 | REDBAGTYPE_302 = 302 //微转发 |
82 | ) | 83 | ) |