付智勇

no message

@@ -60,6 +60,7 @@ userController.prototype.addUser = async(ctx, next) =>{ @@ -60,6 +60,7 @@ userController.prototype.addUser = async(ctx, next) =>{
60 userEmail:params.userEmail, 60 userEmail:params.userEmail,
61 userMobile:params.userMobile, 61 userMobile:params.userMobile,
62 content:params.content, 62 content:params.content,
  63 + siteId:params.siteId,
63 endTime:new Date(params.endTime), 64 endTime:new Date(params.endTime),
64 groupId:params.groupId 65 groupId:params.groupId
65 } 66 }