修改测试查询的界面部分逻辑,修复bug

This commit is contained in:
2026-01-13 10:55:29 +08:00
parent b9b1ff5ed4
commit 28ae23cdf3
14 changed files with 319 additions and 126 deletions

View File

@@ -11,6 +11,7 @@ namespace ViewModels.ResponseData
public int ID { get; set; }
public string UserName { get; set; }
public bool IsAdmin { get; set; }
public object Auths { get; set; }
public string AccessToken { get; set; }
}