优化用户表单代码,移除多余注释并添加VSCode设置文件
This commit is contained in:
parent
347b263ecf
commit
49b19721cf
1
.vscode/settings.json
vendored
Normal file
1
.vscode/settings.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
@ -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的时间!" });
|
||||
}
|
||||
} */
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user