• 此项目
    • 正在载入...
  • Sign in

付智勇 / koa2_Sequelize_project

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • koa2_Sequelize_project
  • controller
  • meetingController.js
  • 1、重置密码 2、课堂模块添加 · 8374a19f
    8374a19f 浏览文件
    付智勇 authored 2017-08-24 11:12:27 +0800
meetingController.js 338 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
var userModel =  require('../model/userModel');
var saitMd5 = require('../util/saltMD5')
var status = require('../util/resTemplate') 
const uuid = require('../util/UuidUtil')


var meetingController =function (){

};

meetingController.prototype.createMeeting = async(ctx,next)=>{
    try {
        
    } catch (error) {
        
    }
}