diff --git a/Api/Dilon.Core/SeedData/SysUserSeedData.cs b/Api/Dilon.Core/SeedData/SysUserSeedData.cs index 84c13c1..cc3915c 100644 --- a/Api/Dilon.Core/SeedData/SysUserSeedData.cs +++ b/Api/Dilon.Core/SeedData/SysUserSeedData.cs @@ -20,9 +20,9 @@ namespace Dilon.Core { return new[] { - new SysUser{Id="b65712cf-72b5-48b9-a772-76419cf07dda", Account="superAdmin", Name="superAdmin", Password="e10adc3949ba59abbe56e057f20f883e", AdminType=AdminType.SuperAdmin, Birthday=DateTimeOffset.Parse("1986-07-26 00:00:00"), Phone="18020030720", Sex=1, IsDeleted=false }, // 142307070910551 - new SysUser{Id="1435e7b0-600d-4c2e-904e-0ff5e408ea71", Account="admin", Name="admin", Password="e10adc3949ba59abbe56e057f20f883e", AdminType=AdminType.SuperAdmin, Birthday=DateTimeOffset.Parse("1986-07-26 00:00:00"), Phone="18020030720", Sex=2, IsDeleted=false }, // 142307070910552 - new SysUser{Id="139e75d9-34f4-4847-a274-8ca3fbf4797a", Account="zuohuaijun", Name="zuohuaijun", Password="e10adc3949ba59abbe56e057f20f883e", AdminType=AdminType.None, Birthday=DateTimeOffset.Parse("1986-07-26 00:00:00"), Phone="18020030720", Sex=1, IsDeleted=false } // 142307070910553 + new SysUser{Id="d0ead3dc-5096-4e15-bc6d-f640be5301ec", Account="superAdmin", Name="superAdmin", Password="e10adc3949ba59abbe56e057f20f883e", AdminType=AdminType.SuperAdmin, Birthday=DateTimeOffset.Parse("1986-07-26 00:00:00"), Phone="18020030720", Sex=1, IsDeleted=false }, // 142307070910551 + new SysUser{Id="5398fb9a-2209-4ce7-a2c1-b6a983e502b5", Account="admin", Name="admin", Password="e10adc3949ba59abbe56e057f20f883e", AdminType=AdminType.SuperAdmin, Birthday=DateTimeOffset.Parse("1986-07-26 00:00:00"), Phone="18020030720", Sex=2, IsDeleted=false }, // 142307070910552 + new SysUser{Id="16a74726-e156-499f-9942-0e0e24ad0c3f", Account="zuohuaijun", Name="zuohuaijun", Password="e10adc3949ba59abbe56e057f20f883e", AdminType=AdminType.None, Birthday=DateTimeOffset.Parse("1986-07-26 00:00:00"), Phone="18020030720", Sex=1, IsDeleted=false } // 142307070910553 }; } } diff --git a/Api/Dilon.Core/Service/Auth/Dto/LoginOutput.cs b/Api/Dilon.Core/Service/Auth/Dto/LoginOutput.cs index 25eb5d2..91db51d 100644 --- a/Api/Dilon.Core/Service/Auth/Dto/LoginOutput.cs +++ b/Api/Dilon.Core/Service/Auth/Dto/LoginOutput.cs @@ -13,7 +13,7 @@ namespace Dilon.Core.Service /// /// 主键 /// - public long Id { get; set; } + public string Id { get; set; } /// /// 账号