ExportMap/Controllers/ExportController.cs
@@ -34,7 +34,7 @@ string imgPath = ExportUtil.Generate(args, ref err); if (string.IsNullOrEmpty(imgPath)) { return ResponseMsg<string>.fail(err); return ResponseMsg<string>.fail(null == err ? "生成失败" : err); } return ResponseMsg<string>.success("成功", imgPath);