项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs @@ -90,5 +90,11 @@ } } [HttpGet, Route("GetUerType"), AllowAnonymous] public WebResponseContent GetUerType() { return Service.GetUerType(); } } }