parent
47a6118d81
commit
798eedde7b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue