debug接口添加env限制

This commit is contained in:
luying
2022-09-02 14:07:24 +08:00
parent ff57712b18
commit ece5263894
3 changed files with 5 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ export async function checkPopUpConditions(serverId: number, roleId: string, con
let pushItems: PopUpShopItemShow[] = [];
for(let { conditionType, param } of conditions) {
for(let pkg of playerData.packages) {
console.log('##### 3', pkg.id, pkg.checkPackageCanPush(conditionType))
// console.log('##### 3', pkg.id, pkg.checkPackageCanPush(conditionType))
if( !pkg.checkPackageCanPush(conditionType)) { // 筛选推送
continue;
}