mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
优化机构管理删除
This commit is contained in:
@@ -75,11 +75,12 @@ namespace OpenAuth.Mvc.Controllers
|
||||
/// <para>Id为逗号分开的字符串</para>
|
||||
/// </summary>
|
||||
/// <returns>System.String.</returns>
|
||||
public string DelOrg(Guid Id)
|
||||
[HttpPost]
|
||||
public string DelOrg(Guid[] ids)
|
||||
{
|
||||
try
|
||||
{
|
||||
_orgApp.DelOrg(Id);
|
||||
_orgApp.DelOrg(ids);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user