Commit 3537174e authored by chenweijian's avatar chenweijian

礼物类型

parent c3485e0a
...@@ -97,3 +97,9 @@ const ( ...@@ -97,3 +97,9 @@ const (
EXIST LogicDel = 1 EXIST LogicDel = 1
DEL LogicDel = 2 DEL LogicDel = 2
) )
// 礼物类型
const (
DiamondYellow Type = 1 // 黄钻礼物
DiamondPink Type = 2 // 粉钻礼物
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment