Commit 69cf6eef authored by m1991's avatar m1991

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

parent a170c801
...@@ -214,7 +214,7 @@ public class UploadServiceImpl implements UploadService { ...@@ -214,7 +214,7 @@ public class UploadServiceImpl implements UploadService {
fileName = "1" + UUID.randomUUID() + fileName1 + ".jpg";//文件新名称 fileName = "1" + UUID.randomUUID() + fileName1 + ".jpg";//文件新名称
} }
//设置文件存储路径,可以存放在你想要指定的路径里面 //设置文件存储路径,可以存放在你想要指定的路径里面
String Path = "/upload/"; String Path = "/opt/upload/video/";
String Path1 = "/opt/upload/video/"; //上传图片存放位置 String Path1 = "/opt/upload/video/"; //上传图片存放位置
zxUrl += Path1 + fileName + ","; zxUrl += Path1 + fileName + ",";
String UrlzxPath ="/opt/upload/video/"; String UrlzxPath ="/opt/upload/video/";
...@@ -440,7 +440,7 @@ public class UploadServiceImpl implements UploadService { ...@@ -440,7 +440,7 @@ public class UploadServiceImpl implements UploadService {
map.put("code", 1); map.put("code", 1);
map.put("msg", "审核失败!"); map.put("msg", "审核失败!");
} }
;
return map; return map;
} }
} }
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