From 7639006ac67a721bff5f3daa9d2ce07e54d2e0ce Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 16 Jul 2020 17:23:08 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/constdef.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/constdef.go b/src/HttpServer/logic/constdef.go index b1b3e3d..e0313cf 100644 --- a/src/HttpServer/logic/constdef.go +++ b/src/HttpServer/logic/constdef.go @@ -78,5 +78,6 @@ const ( REDBAGTYPE_105 = 105 //存钱罐 REDBAGTYPE_106 = 106 //付费红包 REDBAGTYPE_107 = 107 //签到 + REDBAGTYPE_301 = 301 //抽奖 REDBAGTYPE_302 = 302 //微转发 ) -- libgit2 0.21.0