|
|
@@ -81,6 +81,7 @@ public class ServiceUtil {
|
|
|
if (CollectionUtils.isNotEmpty(childrenList)) {
|
|
|
for (Map childMap : childrenList) {
|
|
|
String childName = (String) childMap.get("name");
|
|
|
+ childMap.put("path", "--");//这里隐藏目录路径
|
|
|
List<Map<String, String>> list = (List<Map<String, String>>) childMap.get("children");
|
|
|
for (Map<String, String> map : list) {
|
|
|
String fileName = map.get("name");
|
|
|
@@ -99,7 +100,6 @@ public class ServiceUtil {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
// Validate the URL by checking its timestamp and signature
|
|
|
public static boolean isUrlValid222(String url, long originalTimestamp) {
|
|
|
try {
|