mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-30 05:03:24 +08:00
ru
This commit is contained in:
@@ -97,14 +97,6 @@ namespace OpenAuth.Mvc.Controllers
|
||||
sb.Append(">\r\n");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 加载模块下面的所有模块
|
||||
/// </summary>
|
||||
public string Load(string orgId, int page = 1, int rows = 30)
|
||||
{
|
||||
return JsonHelper.Instance.Serialize(App.Load(orgId, page, rows));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 加载用户模块
|
||||
/// </summary>
|
||||
@@ -137,7 +129,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
//添加或修改模块
|
||||
[HttpPost]
|
||||
public string Add(Module model)
|
||||
public string AddOrUpdate(Module model)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user