Commit 6c9343d3 authored by hujiebin's avatar hujiebin

Update diamond.go

parent 1349a52b
...@@ -117,6 +117,15 @@ const ( ...@@ -117,6 +117,15 @@ const (
CpInvite OperateType = 94 //cp邀请扣费 CpInvite OperateType = 94 //cp邀请扣费
CpInviteRefund OperateType = 95 //cp邀请退费 CpInviteRefund OperateType = 95 //cp邀请退费
ActGameCharge OperateType = 96 //游戏充值档位活动 ActGameCharge OperateType = 96 //游戏充值档位活动
H5GameWheelJoin OperateType = 97 //加入游戏扣费
H5GameWheelAward OperateType = 98 //游戏结算奖励
H5GameWheelLevelAward OperateType = 99 //游戏等级奖励
H5GameFruitSlotsJoin OperateType = 100 //加入游戏扣费
H5GameFruitSlotsAward OperateType = 101 //游戏结算奖励
H5GameFruitSlotsLevelAward OperateType = 102 //游戏等级奖励
H5GameFishLordJoin OperateType = 103 //加入游戏扣费
H5GameFishLordAward OperateType = 104 //游戏结算奖励
H5GameFishLordLevelAward OperateType = 105 //游戏等级奖励
) )
const ( const (
......
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