|
@@ -101,7 +101,7 @@ public class BytedanceMonitoringLinksCheckJob {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(null!=appType&&appType.equals("APP_ANDROID")){
|
|
if(null!=appType&&appType.equals("APP_ANDROID")){
|
|
- if(!actionTrackUrl.contains(tokenInfo)||!actionTrackUrl.contains("tt/1967")){
|
|
|
|
|
|
+ if(!actionTrackUrl.contains(tokenInfo)||!actionTrackUrl.contains("tt/")){
|
|
errorMsg+= "点击监测链接填写异常;";
|
|
errorMsg+= "点击监测链接填写异常;";
|
|
errorflag = true;
|
|
errorflag = true;
|
|
}
|
|
}
|