mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-29 12:43:25 +08:00
调整组织类[Org]为[SysOrg]防止命名空间冲突
This commit is contained in:
@@ -118,7 +118,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
/// </summary>
|
||||
public string GetOrgs()
|
||||
{
|
||||
var resp = new Response<List<Org>>();
|
||||
var resp = new Response<List<SysOrg>>();
|
||||
try
|
||||
{
|
||||
resp.Result = _authStrategyContext.Orgs;
|
||||
|
||||
Reference in New Issue
Block a user