support data export

This commit is contained in:
MaysWind
2021-01-02 02:04:38 +08:00
parent 102c945aa0
commit 7d3e05c548
24 changed files with 515 additions and 42 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func Recovery(c *core.Context) {
stack := stack(3)
log.ErrorfWithRequestIdAndExtra(c, string(stack), "System Error! because %s", err)
utils.PrintErrorResult(c, errs.ErrSystemError)
utils.PrintJsonErrorResult(c, errs.ErrSystemError)
}
}()