mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
处理form列表
This commit is contained in:
@@ -27,7 +27,8 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
//添加或修改
|
||||
[System.Web.Mvc.HttpPost]
|
||||
public string Add(WFFrmMain obj)
|
||||
[ValidateInput(false)]
|
||||
public string Add(Form obj)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -44,7 +45,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
//添加或修改
|
||||
[System.Web.Mvc.HttpPost]
|
||||
public string Update(WFFrmMain obj)
|
||||
public string Update(Form obj)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user