测试:武将测试debug接口
This commit is contained in:
@@ -670,8 +670,6 @@ export class Rank {
|
||||
let myId = this.decodeFields(this.key, field);
|
||||
const scores = this.decodeScore(rankFromDb[ii + 1]);
|
||||
|
||||
console.log('**********', scores);
|
||||
|
||||
const info = await redisClient().hgetAsync(this.infoKey, this.composeFields(this.infoKey, myId));
|
||||
const userInfo = JSON.parse(info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user