Ver Fonte

接口调整

qinchaoyue há 4 meses atrás
pai
commit
2624a426e9

+ 1 - 0
src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

@@ -142,6 +142,7 @@ public class SnapshotController : BaseController
     /// </summary>
     /// <returns></returns>
     [HttpGet("bulletions/popup")]
+    [AllowAnonymous]
     public async Task<BulletinOutDto> GetBulletionPopupAsync()
         => await _snapshotApplication.GetBulletionPopupAsync(HttpContext.RequestAborted);