This commit is contained in:
tanglong 2025-07-02 14:03:17 +08:00
parent e9bc72ee13
commit 1732e02b48
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ namespace YD_AllHeartRates.Api.Controllers
/// 报告
/// </summary>
[ApiVersion("1.0")]
[AllowAnonymous]
public class HeartRateReportController : ControllerBase
{
private readonly IHeartRateReportService _rateReportService;

View File

@ -12,6 +12,7 @@ namespace YD_AllHeartRates.Api.Controllers
/// 大屏
/// </summary>
[ApiVersion("1.0")]
[AllowAnonymous]
public class LargeScreenController : ControllerBase
{
private readonly ILargeScreenService _largeScreenService;