mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-02-19 06:36:29 +08:00
delete workflow
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user