Bläddra i källkod

IM回调推送模版消息接口

huangwenjie 5 år sedan
förälder
incheckning
e11e3ed477

+ 1 - 1
common/common-util/src/main/java/com/yihu/jw/util/common/FileUtil.java

@ -63,7 +63,7 @@ public class FileUtil {
			ObjectNode result = fastDFSHelper.upload(in, fileType, "");
			in.close();
			if (result != null) {
				fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",") + fastdfs_file_url
				fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",")
						+ result.get("groupName").toString().replaceAll("\"", "") + "/"
						+ result.get("remoteFileName").toString().replaceAll("\"", "");
				f.delete();