@@ -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()