项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -136,6 +136,12 @@ { return Service.GetUerType(); } [HttpPost, Route("PermissionView"), AllowAnonymous] public WebResponseContent PermissionView(int userId, string group) { return Service.PermissionView(userId,group); } }