GITLAB
陆恒
/ russiaxiaoxiao
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7639006ac67a721bff5f3daa9d2ce07e54d2e0ce
Authored by
陆恒
2020-07-16 17:23:08 +0800
1 parent
43886ab2
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/constdef.go
Side-by-side Diff
Inline Diff
src/HttpServer/logic/constdef.go
Wrap text
Diff comments
View file @
7639006
...
...
@@ -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
)
...
...