lihao 4 years ago
parent
commit
108d39d59c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GxPress/Api/GxPress.Api/AppControllers/AppMeetingController.cs

+ 1 - 0
GxPress/Api/GxPress.Api/AppControllers/AppMeetingController.cs

@@ -658,6 +658,7 @@ namespace GxPress.Api.AppControllers
         /// </summary>
         /// <returns></returns>
         [HttpGet("{id}")]
+        [AllowAnonymous]
         public async Task<MeetingResult> GetMeeting([FromRoute] int id)
         {
             var meeting = await _meetingRepository.GetAsync(id);