提交 eaed04f4 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 邮件预览日志

上级 93424864
...@@ -87,7 +87,7 @@ public class XEmailTaskServer { ...@@ -87,7 +87,7 @@ public class XEmailTaskServer {
try { try {
fileId = emailXpackService.print(url, token, buildPixel(request.getPixel())); fileId = emailXpackService.print(url, token, buildPixel(request.getPixel()));
} catch (Exception e) { } catch (Exception e) {
LogUtil.error(e); LogUtil.error(e.getMessage(), e);
DEException.throwException("预览失败,请联系管理员"); DEException.throwException("预览失败,请联系管理员");
} }
String imageUrl = "/system/ui/image/" + fileId; String imageUrl = "/system/ui/image/" + fileId;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论