排行榜:一览&领取
This commit is contained in:
@@ -171,7 +171,7 @@ export class RaceActivityHandler {
|
||||
await addActive(roleId, serverId, GUILD_POINT_WAYS.ACTIVITY); //获得活跃值
|
||||
// 返回当前军团总军功
|
||||
let r = new Rank(REDIS_KEY.RACE_ACTIVITY, { serverId });
|
||||
let myGuildRank = await r.getMyRank(guildCode);
|
||||
let myGuildRank = await r.getMyRank({guildCode});
|
||||
|
||||
return resResult(STATUS.SUCCESS, {
|
||||
timestamp: Date.now(),
|
||||
|
||||
Reference in New Issue
Block a user