org manager

This commit is contained in:
yubao
2017-10-27 00:26:06 +08:00
parent b751d8cce8
commit 45a08aaf41
6 changed files with 245 additions and 85 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenAuth.Mvc.Controllers
//添加组织提交
[HttpPost]
public string AddOrg(Org org)
public string AddOrUpdate(Org org)
{
try
{
@@ -65,7 +65,7 @@ namespace OpenAuth.Mvc.Controllers
/// </summary>
/// <returns>System.String.</returns>
[HttpPost]
public string DelOrg(string[] ids)
public string Delete(string[] ids)
{
try
{