Commit 5cf01634 authored by 黄奎's avatar 黄奎

页面修改

parent 9edf1136
......@@ -400,7 +400,7 @@ namespace Edu.WebApi.Controllers.Public
[HttpPost]
public ApiResult GetRolePermission()
{
var roleId = base.ParmJObj.GetInt("Role_Id");
var roleId = base.ParmJObj.GetInt("RoleId");
var list = roleModule.GetRolePermissionModule(roleId);
return ApiResult.Success(data: list);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment