token filter

This commit is contained in:
zhangchenbiao
2023-05-30 11:09:40 +08:00
parent 3115053292
commit b7ece3ce1b
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ public class TokenValidateFilter implements Filter {
private static List<String> patternList =
Lists.newArrayList("/web/check/ok","/check/ok", "/partner/doc.html","/**/test/**",
Lists.newArrayList("/web/check/ok","/check/ok", "/partner/pc/doc.html","/partner/pc/v2/api-docs","/**/test/**",
"/**/swagger*/**",
"/**/webjars/**");