移动系统liao
2024-08-15 d6e560e1d30bd6af259b0c07ffb51b9caf8ab925
cylsg/cylsg.Authorization/IEzAuthorizationService.cs
@@ -12,7 +12,7 @@
    public interface IEzAuthorizationService
    {
        TokenInfo CreateToken<T>(T jwt) where T : EzJwtModel;
        public Task<TokenInfo?> RefreshToken<T>(string refToken) where T : EzJwtModel;
         Task<TokenInfo?> RefreshToken<T>(string refToken) where T : EzJwtModel;
    }