|
@@ -702,7 +702,6 @@ func subUrl(list *[]map[string]interface{}, dataType string) *[]map[string]inter
|
|
|
href = strings.Replace(href, ds[1], "****", 1)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
if len(href) > 40 { //截取原文地址
|
|
|
v["href"] = href[:40] + "*****" + href[len(href)-10:]
|
|
|
} else if len(href) > 0 {
|