文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-18 10:16:47 +08:00
parent ef479e8824
commit cd29c2d989

View File

@ -61,7 +61,7 @@ public class RegexUtils {
* @param input
* @return
*/
public static String encodeUrl(String input) { return input.replaceAll("[^\\\\u4e00-\\\\u9fa5.]", "_"); }
public static String encodeUrl(String input) { return input.replaceAll("[^\\u4e00-\\u9fa5.]", "_"); }