正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论