功能完善

This commit is contained in:
bns_han 2024-01-09 17:19:29 +08:00
parent 867070cd6b
commit 4e7c28d3ce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import reactor.core.publisher.Flux;
@Component
public class ValidateCodeFilter extends AbstractGatewayFilterFactory<Object>
{
private final static String[] VALIDATE_URL = new String[] { "/auth/login", "/auth/register" };
private final static String[] VALIDATE_URL = new String[] { "/auth/login","/auth/sendCode","/auth/checkCode", "/auth/register" };
@Autowired
private ValidateCodeService validateCodeService;