delete workflow

This commit is contained in:
yubaolee
2016-10-27 16:55:38 +08:00
parent b1ee459c9e
commit c12466e8f3
4 changed files with 9 additions and 7 deletions

View File

@@ -24,11 +24,11 @@ namespace OpenAuth.Mvc.Controllers
}
[HttpPost]
public string Del(string code)
public string Del(string[] codes)
{
try
{
_app.Del(code);
_app.Del(codes);
}
catch (Exception e)
{