tangjiang 7 months ago
parent
commit
fa9a6224b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Hotline.Api/Controllers/DataSharingController.cs

+ 1 - 0
src/Hotline.Api/Controllers/DataSharingController.cs

@@ -124,6 +124,7 @@ namespace Hotline.Api.Controllers
         /// <param name="dto"></param>
         /// <returns></returns>
         [HttpPost("get_bulletin_detail")]
+        [AllowAnonymous]
         public async Task<BulletinDto> GetBulletinEntity([FromBody] GetOrderDetailDto dto)
         {
             var model = await _bulletinRepository.Queryable()