代码优化

master
xiaochanghai 1 year ago
parent 2fe37e1fef
commit 28ca041205
  1. 14
      Tiobon.Core.Api/Controllers/Authorize/AuthorizeController.cs

@ -1,14 +1,13 @@
using Tiobon.Core.AuthHelper;
using Tiobon.Core.AuthHelper.OverWrite;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using System.IdentityModel.Tokens.Jwt;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Claims;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Tiobon.Core.AuthHelper;
using Tiobon.Core.AuthHelper.OverWrite;
using Tiobon.Core.Common.Swagger;
using MySqlX.XDevAPI.Common;
namespace Tiobon.Core.Controllers
{
namespace Tiobon.Core.Controllers;
/// <summary>
/// 登录管理【无权限】
/// </summary>
@ -310,4 +309,3 @@ namespace Tiobon.Core.Controllers
#endregion
}
}
Loading…
Cancel
Save