测试:武将测试debug接口

This commit is contained in:
luying
2021-10-08 17:20:56 +08:00
parent 56ef57e225
commit 3cab2d4db4
6 changed files with 215 additions and 561 deletions
-2
View File
@@ -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);