Commit d3058ec5 authored by m1991's avatar m1991

资讯模块——邀请码过滤特殊字符功能功能修复

parent 5af4ff2a
......@@ -215,7 +215,7 @@ public class UploadServiceImpl implements UploadService {
}
//设置文件存储路径,可以存放在你想要指定的路径里面
String Path = "/opt/upload/video/";
String Path1 = "/opt/upload/video/"; //上传图片存放位置
String Path1 = "/upload/"; //上传图片存放位置
zxUrl += Path1 + fileName + ",";
String UrlzxPath ="/opt/upload/video/";
xxurl=UrlzxPath+ fileName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment