连接推送
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user