dodo hold 2 anos atrás
pai
commit
12af3c57e3

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
molilian.api/Properties/PublishProfiles/https___ccr.ccs.tencentyun.com_shaobin.pubxml.user


+ 3 - 0
molilian.core/Core/taoke/UnionParseCore.cs

@@ -198,6 +198,8 @@ namespace molilian.core
                 stopwatch.Stop();
                 swData.Add("ShouldIgnoreRequest", stopwatch.ElapsedMilliseconds);
 
+#if DEBUG
+#else
                 if (is_ignore2)
                 {
                     result.success = false;
@@ -214,6 +216,7 @@ namespace molilian.core
                         result.deeplink_url,
                     });
                 }
+#endif
 
                 stopwatch.Reset();
                 stopwatch.Start();

+ 4 - 2
molilian.core/Plus/Alimama/parse_2.cs

@@ -446,7 +446,8 @@ namespace molilian.core
                 if (is_aff)
                 {
                     result.success = false;
-                    result.content = "排除淘客链接";
+                    result.message = "放弃转链";
+                    result.reason = "其他推广链接";
                     result.link_type = LinkTypeEnum.other_aff;
                     result.shortLinkurl = url;
                     return result;
@@ -520,7 +521,8 @@ namespace molilian.core
                     if (is_aff2)
                     {
                         result.success = false;
-                        result.content = "排除淘客链接";
+                        result.message = "放弃转链";
+                        result.reason = "其他推广链接";
                         result.link_type = LinkTypeEnum.other_aff;
                         result.shortLinkurl = url;
                         return result;

+ 1 - 0
molilian.core/Plus/Tool/ToolParsePlus.cs

@@ -245,6 +245,7 @@ namespace molilian.core
             }
 
             {
+                content = content.Replace("meeting.tencent.com/dw/", "meeting.tencent.com/dm/");
                 string pattern = @"https:\/\/meeting\.tencent\.com\/dm\/[a-zA-Z0-9]+";
 
                 Regex regex = new Regex(pattern);

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff