1212121
This commit is contained in:
@@ -49,6 +49,16 @@ namespace Application.Web.Controllers.Login
|
||||
return html;
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<string> HandleError()
|
||||
{
|
||||
var attrService = App.GetService<IUnitUserAttrService>();
|
||||
var model = await attrService.GetUserAttrModel("32cd4777-e523-4cf9-b8f1-de13235f6170");
|
||||
|
||||
|
||||
return "1";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 登录接口
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user