Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ const _err510 = (req, res, code, err) => { | @@ -29,7 +29,7 @@ const _err510 = (req, res, code, err) => { | ||
29 | if (req.xhr) { | 29 | if (req.xhr) { |
30 | return res.json({ | 30 | return res.json({ |
31 | code: err.code, | 31 | code: err.code, |
32 | - message: '服务器繁忙请稍后重试!' | 32 | + message: err.message || '服务器繁忙请稍后重试!' |
33 | }); | 33 | }); |
34 | } | 34 | } |
35 | 35 |
-
Please register or login to post a comment