mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
添加登录注册业务
This commit is contained in:
@@ -22,12 +22,5 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
||||
public UserController(ILogger<UserEntity> logger, IUserService iUserService) : base(logger, iUserService)
|
||||
{
|
||||
}
|
||||
[HttpGet]
|
||||
[Permission("user:query:list")]
|
||||
public async Task<Result> PermissionTest()
|
||||
{
|
||||
return Result.Success().SetData( await _iRepository.GetListAsync());
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user