Commit fbd48d10 by Sxy

fix: 返回财税值

parent f640b52a
......@@ -64,12 +64,14 @@ module.exports = function (app) {
code: 1,
msg: "SUCCESS",
data: "SUCCESS",
success: true
});
} catch (err) {
res.json({
status: 0,
msg: err.message,
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