|
|
@@ -19,7 +19,7 @@ import java.util.stream.Stream;
|
|
|
class JwtAuthenticationFilter extends OncePerRequestFilter {
|
|
|
private final JwtAuthenticationConverter authenticationConverter = new JwtAuthenticationConverter();
|
|
|
private final JwtAuthenticationManager jwtAuthenticationManager;
|
|
|
- final String[] ignoreUrls = { "/api/store/order/wxpay/callback" };
|
|
|
+ final String[] ignoreUrls = { "/unifiedpay/wxpay/callback" };
|
|
|
|
|
|
@Override
|
|
|
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
|