diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/asg_form/Controllers/user_form.cs b/asg_form/Controllers/user_form.cs
index 6ad97b4..b036feb 100644
--- a/asg_form/Controllers/user_form.cs
+++ b/asg_form/Controllers/user_form.cs
@@ -29,9 +29,7 @@ namespace asg_form.Controllers
///
/// 绑定表单
///
- /// 表单名称
- /// 表单密码
- ///
+ ///
[Authorize]
[Route("api/v1/user/uploadvideo")]
[HttpPost]
@@ -186,7 +184,7 @@ namespace asg_form.Controllers
- ///
+ /* ///
/// 职位时间设置接口
///
///
@@ -205,7 +203,7 @@ namespace asg_form.Controllers
user.joinTime = msg.joinTime;
await userManager.UpdateAsync(user);
return Ok(new { code = 200, message = "你成功修改了自己加入ASG的时间!" });
- }
+ } */
}
}