添加权限

This commit is contained in:
zpc 2024-08-05 18:56:32 +08:00
parent 3ee3d60539
commit fb2b27328f

View File

@ -114,6 +114,7 @@ namespace HuanMeng.MiaoYu.WebApi.Controllers
/// </summary>
/// <returns></returns>
[HttpPost]
[Authorize]
public async Task<BaseResponse<bool>> Logout()
{
UserBLL userBLL = new UserBLL(ServiceProvider);