面试/面谈
This commit is contained in:
@@ -48,7 +48,7 @@ public class SignValidateFilter implements Filter {
|
|||||||
|
|
||||||
private static List<String> patternList =
|
private static List<String> patternList =
|
||||||
Lists.newArrayList("/web/check/ok","/check/ok",
|
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/oss/getUploadFileConfig",
|
||||||
"/xfsg/mini/program/v1/partnerManage/partner/getIdentityCardInfo",
|
"/xfsg/mini/program/v1/partnerManage/partner/getIdentityCardInfo",
|
||||||
"/**/swagger*/**", "/**/webjars/**","/xfsg/mini/program/v1/partnerManage/openArea/areaApplyQuery");
|
"/**/swagger*/**", "/**/webjars/**","/xfsg/mini/program/v1/partnerManage/openArea/areaApplyQuery");
|
||||||
|
|||||||
@@ -44,14 +44,12 @@ public class TokenValidateFilter implements Filter {
|
|||||||
private static List<String> patternList =
|
private static List<String> patternList =
|
||||||
|
|
||||||
Lists.newArrayList("/web/check/ok","/check/ok",
|
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/**",
|
"/**/swagger*/**", "/**/webjars/**",
|
||||||
//腾讯音视频回调,单独做验签
|
//腾讯音视频回调,单独做验签
|
||||||
"/xfsg/pc/video/**",
|
"/xfsg/pc/video/**",
|
||||||
//800回调地址暂时不做验证
|
//800回调地址暂时不做验证
|
||||||
"/xfsg/pc/flow/qualificationReview/callback",
|
"/xfsg/pc/flow/qualificationReview/callback");
|
||||||
"/xfsg/pc/websocket/**",
|
|
||||||
"/xfsg/pc/call/**");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param uri
|
* @param uri
|
||||||
|
|||||||
Reference in New Issue
Block a user