| | |
| | | import org.springframework.web.reactive.function.server.HandlerFunction; |
| | | import org.springframework.web.reactive.function.server.ServerRequest; |
| | | import org.springframework.web.reactive.function.server.ServerResponse; |
| | | import com.ruoyi.common.core.exception.CaptchaException; |
| | | import com.ruoyi.common.core.web.domain.AjaxResult; |
| | | import com.se.common.core.exception.CaptchaException; |
| | | import com.se.common.core.web.domain.AjaxResult; |
| | | import com.ruoyi.gateway.service.ValidateCodeService; |
| | | import reactor.core.publisher.Mono; |
| | | |
| | | /** |
| | | * 验证码获取 |
| | | * |
| | | * @author ruoyi |
| | | * @author admin |
| | | */ |
| | | @Component |
| | | public class ValidateCodeHandler implements HandlerFunction<ServerResponse> |