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