Commit fbd48d10 by Sxy

fix: 返回财税值

parent f640b52a
...@@ -64,12 +64,14 @@ module.exports = function (app) { ...@@ -64,12 +64,14 @@ module.exports = function (app) {
code: 1, code: 1,
msg: "SUCCESS", msg: "SUCCESS",
data: "SUCCESS", data: "SUCCESS",
success: true
}); });
} catch (err) { } catch (err) {
res.json({ res.json({
status: 0, status: 0,
msg: err.message, msg: err.message,
data: null, data: null,
success: false
}); });
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment