Commit 1e9d5b27 authored by chenweijian's avatar chenweijian

group support

parent 209ec560
......@@ -57,6 +57,6 @@ const (
Game1V1GameTimesRecord = "game:timesRecord:%s:%d:%d:%d" // 1v1游戏,游戏次数活动记录,天日期:玩家Id:游戏gameId:对方玩家id
Game1V1GameWinTimesRecord = "game:winTimesRecord:%s:%d:%d:%d" // 1v1游戏,游戏获胜次数活动记录,天日期:获胜玩家Id:游戏gameId:对方玩家id
GroupSupportConsumeSummary = "group:support:consumeSummary" // 群组扶持,周流水记录,zset数据
GroupSupportConsumeSummary = "group:support:consumeSummary" // 群组扶持,周流水记录,zset数据 member:imGroupId, score:diamond
GroupSupportCountSupporter = "group:support:supporter:%s" // 群组扶持,%s:imGroupId,SADD新的支持者
)
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