Commit d4aaf864 by 孙香冬

no message

parent 83b87a6e
...@@ -16,9 +16,9 @@ export function setRouter(httpServer) { ...@@ -16,9 +16,9 @@ export function setRouter(httpServer) {
* @param res * @param res
*/ */
async function login(req, res) { async function login(req, res) {
let {uscc, pwd} = req.body; let { uscc, pwd } = req.body;
let fuhuaqiInfo = await fuhuaqiBiz.login(uscc, pwd); let result = await fuhuaqiBiz.login(uscc, pwd);
res.success({fuhuaqiInfo}); res.success(result);
} }
/** /**
......
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