sunpengfei
2025-08-04 a5486670ac530c2ea06ea3a779d535e20c79719f
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);
        }