明树Git Lab

Commit 0f2ba0f8 authored by zfp1's avatar zfp1

!

parent b3ee49e4
Pipeline #108306 passed with stage
in 3 seconds
......@@ -28,6 +28,7 @@ async function login(req, res, next) {
let encArr = encryptLogStr.split(",");
req.body.mobile = encArr[0].trim();
req.body.password = encArr[1];
console.log(req.body.mobile, req.body.password, "================")
}
const { mobile, password } = req.body;
let user = await DB.User.findOne({
......
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