Revert " feat(消息): 添加推送消息sdk"

This reverts commit 65a94fc4cc.
This commit is contained in:
luying
2023-03-21 21:00:48 +08:00
parent 65a94fc4cc
commit 918cc3415f
19 changed files with 17 additions and 409 deletions

View File

@@ -66,7 +66,6 @@ export class GachaHandler {
let resultList: GachaResultIndb[] = [], heroInfo: CreateHeroParam[] = [], items: RewardInter[] = [], consume: ItemInter[] = [];
for(let { dic, min, max } of getDicGachas(dicGacha.gachaType, historyCount, count)) {
if(dicGacha.gachaType != GACHA_TYPE.NORMAL && dic.id != gachaId) continue;
// console.log('##########', dic, min, max)
let _count = max + 1 - min;
let gachaPull = new GachaPull(dic, { hope, floor, pickHero });