sunpengfei
2025-08-04 9e8333656f689291c9aea9052d2ee50cb784d5ed
FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs
@@ -43,6 +43,15 @@
    /// </summary>
    public class PasswordLoginCommandCallback
    {
        /// <summary>
        /// 用户访问令牌
        /// </summary>
        public string AccessToken { get; set; }
        /// <summary>
        /// 刷新令牌
        /// </summary>
        public string RefreshToken { get; set; }
    }
}