优化用户表单代码,移除多余注释并添加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,8 +29,6 @@ namespace asg_form.Controllers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 绑定表单
|
/// 绑定表单
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="formname">表单名称</param>
|
|
||||||
/// <param name="formpassword">表单密码</param>
|
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[Authorize]
|
[Authorize]
|
||||||
[Route("api/v1/user/uploadvideo")]
|
[Route("api/v1/user/uploadvideo")]
|
||||||
@ -186,7 +184,7 @@ namespace asg_form.Controllers
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/* /// <summary>
|
||||||
/// 职位时间设置接口
|
/// 职位时间设置接口
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
@ -205,7 +203,7 @@ namespace asg_form.Controllers
|
|||||||
user.joinTime = msg.joinTime;
|
user.joinTime = msg.joinTime;
|
||||||
await userManager.UpdateAsync(user);
|
await userManager.UpdateAsync(user);
|
||||||
return Ok(new { code = 200, message = "你成功修改了自己加入ASG的时间!" });
|
return Ok(new { code = 200, message = "你成功修改了自己加入ASG的时间!" });
|
||||||
}
|
} */
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user