zhengyiming
2025-08-04 0c4b61d3db011bc921f1b00c8e1bfb0367947b30
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);
        }