| | |
| | | registration.excludePathPatterns("/api/pay/**");
|
| | | registration.excludePathPatterns("/api/news/**");
|
| | | registration.excludePathPatterns("/api/member/cashOutSetting");
|
| | | registration.excludePathPatterns("/api/member/agentDetail");
|
| | | registration.excludePathPatterns("/api/member/activityInfo");
|
| | | registration.excludePathPatterns("/api/leader/leaderList");
|
| | | registration.excludePathPatterns("/api/leader/leaderListInFence");
|
| | | registration.excludePathPatterns("/api/leader/noLoginLeaderTitle");
|
| | | registration.excludePathPatterns("/api/xcxPay/wxpayCallback");
|
| | | registration.excludePathPatterns("/api/xcxPay/rechargeCallBack");
|
| | | registration.excludePathPatterns("/api/xcxPay/fapiaoCallBack");
|
| | |
|
| | | // 添加Swagger UI相关路径
|
| | | registration.excludePathPatterns("/api/swagger-ui.html");
|
| | | registration.excludePathPatterns("/v2/api-docs");
|
| | | registration.excludePathPatterns("/configuration/ui");
|
| | | registration.excludePathPatterns("/configuration/security");
|
| | | registration.excludePathPatterns("/swagger-resources");
|
| | | }
|
| | | }
|