修改代码

This commit is contained in:
chy
2026-02-09 11:19:24 +08:00
parent 16a985e8cc
commit c1a3e0f709
6 changed files with 8 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ public class RandomUtils {
}
public static String randomURL() {
return "https://www.iocoder.cn/" + randomString();
return "https://www.lidee.cn/" + randomString();
}
@SafeVarargs