debug接口添加env限制
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user