"拉卡拉进件支付代码"

This commit is contained in:
hankaikai
2023-06-06 18:27:57 +08:00
parent fd84e2d469
commit c0bdfdff5d
14 changed files with 239 additions and 55 deletions

View File

@@ -67,6 +67,9 @@ public class TokenRegistryInterceptor extends HandlerInterceptorAdapter {
limitUri.add("/api/questionsAnswers");
limitUri.add("/api/helpVideo");
limitUri.add("/api/systemConfig/updateSystemVersion");
limitUri.add("/api/lkl/querySubMerInfo");
limitUri.add("/api/lkl/lklCallBack");
limitUri.add("/api/lkl/queryMerchantChannelStatus");
boolean passFlag = limitUri.stream().anyMatch(s -> s.equals(requestUri) || requestUri.startsWith(s));
if (passFlag) {
return true;