sunpengfei
2025-08-04 b9b4c926a7898d8b7d657e75ec83064390a5f9fb
FlexJobApi.User.Application/Auths/AuthAppService.cs
@@ -19,11 +19,12 @@
        /// <summary>
        /// 获取阿里云OSS授权信息
        /// </summary>
        /// <param name="query"></param>
        /// <returns></returns>
        [AllowAnonymous]
        public Task<GetAliyunOSSAcsQueryResult> GetAliyunOSSAcs()
        public Task<GetAliyunOSSAcsQueryResult> GetAliyunOSSAcs(GetAliyunOSSAcsQuery query)
        {
            return mediator.Send(new GetAliyunOSSAcsQuery());
            return mediator.Send(query);
        }
        /// <summary>