面试/面谈

This commit is contained in:
zhangchenbiao
2024-03-22 14:49:34 +08:00
parent 980e96f247
commit f0b746cae3
2 changed files with 3 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ public class SignValidateFilter implements Filter {
private static List<String> patternList =
Lists.newArrayList("/web/check/ok","/check/ok",
"/xfsg/mini/program/doc.html","/xfsg/mini/program/v2/api-docs","/**/test/**",
"/xfsg/doc.html","/xfsg/favicon.ico","/xfsg/v2/api-docs","/**/test/**",
"/xfsg/mini/program/oss/getUploadFileConfig",
"/xfsg/mini/program/v1/partnerManage/partner/getIdentityCardInfo",
"/**/swagger*/**", "/**/webjars/**","/xfsg/mini/program/v1/partnerManage/openArea/areaApplyQuery");

View File

@@ -44,14 +44,12 @@ public class TokenValidateFilter implements Filter {
private static List<String> patternList =
Lists.newArrayList("/web/check/ok","/check/ok",
"/xfsg/pc/doc.html","/xfsg/pc/v2/api-docs","/**/test/**","/xfsg/pc/feiShuLogin","/xfsg/pc/oss/getUploadFileConfig",
"/xfsg/doc.html","/xfsg/v2/api-docs","/xfsg/favicon.ico","/**/test/**","/xfsg/pc/feiShuLogin","/xfsg/pc/oss/getUploadFileConfig",
"/**/swagger*/**", "/**/webjars/**",
//腾讯音视频回调,单独做验签
"/xfsg/pc/video/**",
//800回调地址暂时不做验证
"/xfsg/pc/flow/qualificationReview/callback",
"/xfsg/pc/websocket/**",
"/xfsg/pc/call/**");
"/xfsg/pc/flow/qualificationReview/callback");
/**
* @param uri