明树Git Lab

Commit 92cd4999 authored by zfp1's avatar zfp1

update

parent 74017431
...@@ -43,6 +43,7 @@ async function getUserInfo(req, res, next) { ...@@ -43,6 +43,7 @@ async function getUserInfo(req, res, next) {
openid=${openid}& openid=${openid}&
lang=zh_CN`.replace(/\s+/g, '') lang=zh_CN`.replace(/\s+/g, '')
) )
console.log(userRes)
// 第三步 存起来 // 第三步 存起来
await userModule.createUser(userRes.data); await userModule.createUser(userRes.data);
res.sendData(userRes.data) res.sendData(userRes.data)
......
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