Przeglądaj źródła

Merge branch 'feature/snapshot' into dev

qinchaoyue 4 miesięcy temu
rodzic
commit
54f5c2d19b

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

@@ -107,6 +107,7 @@ jxrWXHbT1FB6DqkdOnBbQqS1Azqz5HxLlSyEK3F60e3SgB5iZsDZ
     /// <param name="openId"></param>
     /// <returns></returns>
     [HttpGet("third/refresh")]
+    [AllowAnonymous]
     public async Task<TokenOutDto> RefreshTokenAsync(string openId)
         => await _identityAppService.RefreshTokenAsync(openId);