DataMaintenance
洁 任 2026-01-15 11:38:31 +08:00
parent 0ff467af7d
commit ac48243183
1 changed files with 0 additions and 3 deletions

View File

@ -29,7 +29,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers.FireManagement
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[HttpGet] [HttpGet]
[AllowAnonymous]
public async Task<Response<PageInfo<List<FmPreventionplan>>>> GetPreventionplanPageList([FromQuery] FmPreventionplanReq req) public async Task<Response<PageInfo<List<FmPreventionplan>>>> GetPreventionplanPageList([FromQuery] FmPreventionplanReq req)
{ {
Response<PageInfo<List<FmPreventionplan>>> response = new Response<PageInfo<List<FmPreventionplan>>>(); Response<PageInfo<List<FmPreventionplan>>> response = new Response<PageInfo<List<FmPreventionplan>>>();
@ -51,7 +50,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers.FireManagement
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[HttpGet] [HttpGet]
[AllowAnonymous]
public async Task<Response<FmPreventionplan>> LoadClueInfoById(string id) public async Task<Response<FmPreventionplan>> LoadClueInfoById(string id)
{ {
Response<FmPreventionplan> response = new Response<FmPreventionplan>(); Response<FmPreventionplan> response = new Response<FmPreventionplan>();
@ -95,7 +93,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers.FireManagement
/// <param name="info"></param> /// <param name="info"></param>
/// <returns></returns> /// <returns></returns>
[HttpPost] [HttpPost]
[AllowAnonymous]
public async Task<Response<bool>> DeletePreventionplan(string id) public async Task<Response<bool>> DeletePreventionplan(string id)
{ {
Response<bool> response = new(); Response<bool> response = new();