【adjust】包名修改

dev_chengFeng xma/dev-b
gaoxin 2021-04-10 19:22:13 +08:00
parent 47a6118d81
commit 798eedde7b
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ function this.SendCustomEvents(CustomType,info)
if CustomType == configInfo.CustomEventType and (configInfo.value == "0" or info == tonumber(configInfo.value)) then
curConfigData = configInfo
if curConfigData then
if AppConst.SdkPackageName == "com.tcxgpcsb.pass" then
if AppConst.SdkPackageName == "com.tcxazcsb.pass" then
LogGreen("埋点上报数据 成功 "..AppConst.SdkPackageName.." "..curConfigData.tokenAndroidTest.." "..curConfigData.Info)
this.SendCustomEvent(curConfigData.tokenAndroidTest,curConfigData.Info,curConfigData.type)
elseif AppConst.SdkPackageName == "com.tcxgp.pass" then
elseif AppConst.SdkPackageName == "com.tcxaz.pass" then
LogGreen("埋点上报数据 成功 "..AppConst.SdkPackageName.." "..curConfigData.tokenAndroidRelease.." "..curConfigData.Info)
this.SendCustomEvent(curConfigData.tokenAndroidRelease,curConfigData.Info,curConfigData.type)
elseif AppConst.SdkPackageName == "com.tcx.pass" then