sunpengfei
2025-08-11 36bfd0a99d25d9497cb7fa7e46f34198f7c73abd
feat:开发
1个文件已添加
4个文件已修改
22 ■■■■■ 已修改文件
FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.FlexJobServer.Test/Startup.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.UserServer.Application/Auths/Commands/LoginCommandHandler.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.Web.Entry/certs/pfx-password.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.Core/Models/UserServer/Auths/Commands/PasswordLoginCommand.cs
@@ -44,6 +44,11 @@
    public class LoginCommandCallback
    {
        /// <summary>
        /// 用户Id
        /// </summary>
        public Guid Id { get; set; }
        /// <summary>
        /// 用户访问令牌
        /// </summary>
        public string AccessToken { get; set; }
@@ -52,6 +57,5 @@
        /// 刷新令牌
        /// </summary>
        public string RefreshToken { get; set; }
    }
}
FlexJobApi.FlexJobServer.Test/Startup.cs
@@ -24,6 +24,8 @@
        public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IConfiguration config)
        {
            app.UseInject(string.Empty);
        }
    }
}
FlexJobApi.UserServer.Application/Auths/Commands/LoginCommandHandler.cs
@@ -166,6 +166,7 @@
            return new LoginCommandCallback
            {
                Id = logier.Id,
                AccessToken = logier.AccessToken,
                RefreshToken = logier.RefreshToken,
            };
FlexJobApi.Web.Entry/FlexJobApi.Web.Entry.csproj
@@ -27,6 +27,18 @@
        <ProjectReference Include="..\FlexJobApi.FlexJobServer.Application\FlexJobApi.FlexJobServer.Application.csproj" />
        <ProjectReference Include="..\FlexJobApi.UserServer.Application\FlexJobApi.UserServer.Application.csproj" />
    </ItemGroup>
    <ItemGroup>
      <Folder Include="certs\" />
    </ItemGroup>
    <ItemGroup>
      <None Update="certs\81812333.com.pfx">
        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      </None>
    </ItemGroup>
    <ProjectExtensions>
        <VisualStudio>
            <UserProperties properties_4launchsettings_1json__JsonSchema="" />
FlexJobApi.Web.Entry/certs/pfx-password.txt
New file
@@ -0,0 +1 @@
mcjml0iv