明树Git Lab

Commit 6ff918b7 authored by zhangqi's avatar zhangqi

引用userModule

parent 4538a70f
......@@ -2,6 +2,7 @@ const crypto = require('crypto');
const _ = require('lodash');
const CryptoJS = require('crypto-js');
const { Op } = require('sequelize');
const userModule = require('../module/userModule');
const errorMessage = require('../utils/errorMessage');
......@@ -124,6 +125,7 @@ async function createUser(req, res, next) {
}
}
async function getUserInfo(req, res, next) {
try {
let query = {};
......
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