连接推送

This commit is contained in:
luying
2022-03-11 14:38:43 +08:00
parent 30192a2643
commit b040155765
5 changed files with 84 additions and 65 deletions

View File

@@ -731,7 +731,6 @@ export class FriendHandler {
if (heroList.length <= 0) return resResult(STATUS.HERO_NOT_FIND);
let jewels = await JewelModel.findMapbyRoleAndHids(hisRoleId, hids);
console.log(jewels);
let list: HeroDetailParam[] = [];
for (let hero of heroList) {