报警联系人下拉列表
This commit is contained in:
@@ -214,10 +214,11 @@ namespace ZR.Admin.WebApi.Controllers.System
|
||||
return ExportExcel(result.Item2, result.Item1);
|
||||
}
|
||||
|
||||
[HttpGet("getPullDown")]
|
||||
public ApiResult GetUserPullDown()
|
||||
[HttpGet("getAlarmPullDown")]
|
||||
[AllowAnonymous]
|
||||
public ApiResult GetAlarmUserPullDown()
|
||||
{
|
||||
var apiResult = UserService.GetUserPullDown();
|
||||
var apiResult = UserService.GetAlarmUserPullDown();
|
||||
return apiResult;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user