英雄无敌H5 ltv特殊处理

This commit is contained in:
haoqiyue 2023-02-03 15:27:14 +08:00
parent 744ec272a6
commit 9d1c279e94

View File

@ -267,6 +267,8 @@ class XAnalysis:
where_account_str = "1=1"
if self.game == 'huixie' and quota == '#distinct_id':
event_n='new_device'
elif self.game == 'yxwd_h5':
event_n = 'role_create'
else:
event_n = 'create_account'
if 'is_new_device = 1' in where_str: