mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-09-20 06:47:39 +08:00
调整组织类[Org]为[SysOrg]防止命名空间冲突
This commit is contained in:
@@ -146,9 +146,9 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// 获取登录用户的所有可访问的组织信息
|
||||
/// </summary>
|
||||
[HttpGet]
|
||||
public Response<List<Org>> GetOrgs()
|
||||
public Response<List<SysOrg>> GetOrgs()
|
||||
{
|
||||
var result = new Response<List<Org>>();
|
||||
var result = new Response<List<SysOrg>>();
|
||||
try
|
||||
{
|
||||
result.Result = _authStrategyContext.Orgs;
|
||||
|
||||
Reference in New Issue
Block a user