sunpengfei
2025-08-04 4950d547503c7c1d5d0ff6487e6768937170ddf7
FlexJobApi.User.Application/Auths/AuthAppService.cs
@@ -22,7 +22,7 @@
        /// <param name="query"></param>
        /// <returns></returns>
        [AllowAnonymous]
        public Task<GetAliyunOSSAcsQueryResult> GetAliyunOSSAcs([FromQuery] GetAliyunOSSAcsQuery query)
        public Task<GetAliyunOSSAcsQueryResult> GetAliyunOSSAcs(GetAliyunOSSAcsQuery query)
        {
            return mediator.Send(query);
        }