wq
This commit is contained in:
parent
a34e0fcf20
commit
9541224f46
|
|
@ -8,17 +8,11 @@ namespace HoneyBox.Model.Models.Auth;
|
||||||
public class UserInfoDto
|
public class UserInfoDto
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 用户ID (小写,新版API)
|
/// 用户ID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("id")]
|
[JsonPropertyName("id")]
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 用户ID (大写,兼容旧版前端)
|
|
||||||
/// </summary>
|
|
||||||
[JsonPropertyName("ID")]
|
|
||||||
public int ID => Id;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 用户唯一标识
|
/// 用户唯一标识
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user