feature-flyModify
zhangbin 2025-09-13 10:13:29 +08:00
parent 88e124ac2d
commit 1243493abe
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers
/// <param name="key"></param>
/// <returns></returns>
[HttpGet]
[AllowAnonymous]
public async Task<Response<PageInfo<List<Lasa_ChangeDetection>>>> GetChangeDetectionPageList(int page, int limit, string key, DateTime startTime, DateTime endTime)
{
var result = new Response<PageInfo<List<Lasa_ChangeDetection>>>();