This commit is contained in:
南浔
2025-07-25 18:33:03 +08:00
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@ namespace Apimanager_backend.Controllers
#endregion
#region
[HttpGet]
[Authorize(Roles = "User")]
//[Authorize(Roles = "User")]
public async Task<ActionResult<ResponseBase<List<PackageInfoDto>>>> GetPackageList(int pageIndex,int pageSize,bool desc)
{
var packageList = await packageService.GetAllPackagesAsync(pageIndex,pageSize,desc);