|
@@ -125,6 +125,8 @@ namespace molilian.core
|
|
|
itemId = string.Empty;
|
|
itemId = string.Empty;
|
|
|
|
|
|
|
|
if (string.IsNullOrEmpty(url)) return LinkTypeEnum.unknown;
|
|
if (string.IsNullOrEmpty(url)) return LinkTypeEnum.unknown;
|
|
|
|
|
+ url = url.ToLower();
|
|
|
|
|
+
|
|
|
if (url.StartsWith("https://u.jd.com") ||
|
|
if (url.StartsWith("https://u.jd.com") ||
|
|
|
url.StartsWith("http://u.jd.com"))
|
|
url.StartsWith("http://u.jd.com"))
|
|
|
return LinkTypeEnum.other_aff;
|
|
return LinkTypeEnum.other_aff;
|