优化用户表单代码,移除多余注释并添加VSCode设置文件

This commit is contained in:
luolan 2025-04-12 11:01:55 +08:00
parent 347b263ecf
commit 49b19721cf
2 changed files with 4 additions and 5 deletions

1
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -29,9 +29,7 @@ namespace asg_form.Controllers
/// <summary>
/// 绑定表单
/// </summary>
/// <param name="formname">表单名称</param>
/// <param name="formpassword">表单密码</param>
/// <returns></returns>
/// <returns></returns>
[Authorize]
[Route("api/v1/user/uploadvideo")]
[HttpPost]
@ -186,7 +184,7 @@ namespace asg_form.Controllers
/// <summary>
/* /// <summary>
/// 职位时间设置接口
/// </summary>
/// <returns></returns>
@ -205,7 +203,7 @@ namespace asg_form.Controllers
user.joinTime = msg.joinTime;
await userManager.UpdateAsync(user);
return Ok(new { code = 200, message = "你成功修改了自己加入ASG的时间" });
}
} */
}
}