schangxiang@126.com
2025-04-02 74090a619fa7c7e37e78cc927db0f7b19762e5ae
Api/Util/AuthorizeHelper.cs
@@ -76,8 +76,13 @@
                return AuthorizeFunRetEntity.Success("成功", val.RemainingDays, newRet);
            }
            else
            {
                if (string.IsNullOrEmpty(newRet.expiryDate))
                {
                    return AuthorizeFunRetEntity.Fail($"授权失败", val.RemainingDays, newRet);
                }
                return AuthorizeFunRetEntity.Fail($"授权失败,到期日{newRet.expiryDate}", val.RemainingDays, newRet);
            }
        }
    }