军团:许愿池修复

This commit is contained in:
luying
2022-05-10 15:14:20 +08:00
parent c02d02b3f6
commit e85eae5991
5 changed files with 39 additions and 23 deletions

View File

@@ -246,7 +246,7 @@ export async function refreshUserGuild(userGuild: UserGuildType, roleId: string)
let donateName = donateNames[donateNames.length - i - 1];
await sendMailByContent(MAIL_TYPE.WISH_POOL_REWARD, roleId, {
params: [donateName, goodInfo.name],
goods: [{ id: goodId, count: drawCnt }]
goods: [{ id: goodId, count: 1 }]
});
}
});