修改测试查询的界面部分逻辑,修复bug
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user