sunpengfei
2025-08-08 7912941b7ab3917f91657689b1c8dd01e5cd93f3
FlexJobApi.UserServer.Application/Auths/Commands/VerifyCodeCommandHandler.cs
@@ -13,7 +13,7 @@
    /// 验证码命令处理器
    /// </summary>
    public class VerifyCodeCommandHandler
        : IRequestHandler<SendVerifyCodeCommand>
        : IRequestHandler<SendVerifyCodeCommand, Guid>
    {
        /// <summary>
        /// 发送验证码
@@ -21,7 +21,7 @@
        /// <param name="request"></param>
        /// <param name="cancellationToken"></param>
        /// <returns></returns>
        public Task Handle(SendVerifyCodeCommand request, CancellationToken cancellationToken)
        public Task<Guid> Handle(SendVerifyCodeCommand request, CancellationToken cancellationToken)
        {
            throw new Exception();
            //var callback = new FriendlyEmptyCallback();