|
@@ -74,7 +74,8 @@ public class BytedanceMonitoringLinksCheckJob {
|
|
|
|
|
|
if(null!=downloadUrl){
|
|
|
if(null!=appType&&appType.equals("APP_IOS")){
|
|
|
- if(!downloadUrl.equals("https://apps.apple.com/cn/app/id1468454200")){
|
|
|
+// if(!downloadUrl.equals("https://apps.apple.com/cn/app/id1468454200")){
|
|
|
+ if(!downloadUrl.contains("https://apps.apple.com/cn/app")){
|
|
|
errorMsg+= "应用下载链接填写异常;";
|
|
|
errorflag = true;
|
|
|
}
|