|
|
@@ -33,7 +33,7 @@ const ( |
|
|
|
OfflineConsumeRewardTitleForMerchantVirtualCoinFlow = "区块星链-线下消费打赏(商家)" |
|
|
|
GroupLotteryAndDestroyTitleForUserVirtualCoinFlow = "区块星链-自营拼团抽奖销毁" |
|
|
|
GroupLotteryAndDirectPushRewardTitleForUserVirtualCoinFlow = "区块星链-自营拼团抽奖奖励(直推)" |
|
|
|
GroupLotteryAndGroupRewardTitleForUserVirtualCoinFlow = "区块星链-自营拼团抽奖奖励(团队)" |
|
|
|
GroupSpellRewardTitleForUserVirtualCoinFlow = "自营拼团拼中奖励" |
|
|
|
) |
|
|
|
|
|
|
|
const ( |
|
|
@@ -60,6 +60,7 @@ const ( |
|
|
|
GroupLotteryAndGroupRewardTransferTypeForUserVirtualCoinFlow = 119 //区块星链-自营拼团抽奖奖励(团队) |
|
|
|
OperationCenterAndDestroyStaticContributionTransferTypeForUserVirtualCoinFlow = 120 // 区块星链-运营中心发放(销毁静态贡献值) |
|
|
|
OtherAndDestroyStaticContributionTransferTypeForUserVirtualCoinFlow = 121 // 区块星链-其他发放(销毁静态贡献值) |
|
|
|
GroupSpellRewardTransferTypeForUserVirtualCoinFlow = 122 |
|
|
|
) |
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "%s:block_star_chain_deal_user_coin:%d:uid:%d" |
|
|
|