Commit 3fe98b98 by lenx065@gmail.com

不拦截

parent b6947173
...@@ -28,7 +28,7 @@ public class IntercaptorConfig implements WebMvcConfigurer { ...@@ -28,7 +28,7 @@ public class IntercaptorConfig implements WebMvcConfigurer {
.excludePathPatterns("/avatar/**") .excludePathPatterns("/avatar/**")
.excludePathPatterns("/download/**") .excludePathPatterns("/download/**")
.excludePathPatterns("/file/**") .excludePathPatterns("/file/**")
.excludePathPatterns("/match/getTitleTab", "/match/getMatchList", "/match/getMatchInfo", "/match/matchInfoBasketball", .excludePathPatterns("/match/getMatchHomeType", "/match/getMatchListBySportsId", "/match/getMatchInfo", "/match/matchInfoBasketball",
"/match/matchInfoFootball", "/match/getMatchSummaryById", "/match/getMatchLiveList", "/match/matchFootballOdds", "/match/matchBasketballOdds", "/match/matchInfoFootball", "/match/getMatchSummaryById", "/match/getMatchLiveList", "/match/matchFootballOdds", "/match/matchBasketballOdds",
"/match/getMatchNewsById", "/match/getHotRankList", "/match/getHotRankInfoById","/match/getHotRankAssociate","/match/getMatchSportsType") "/match/getMatchNewsById", "/match/getHotRankList", "/match/getHotRankInfoById","/match/getHotRankAssociate","/match/getMatchSportsType")
.excludePathPatterns("/room/getGiftList", "/room/getRoomInfo", "/room/getAnchorMatch", "/room/leaderboard", "/room/getHotAnchor", "/room/getChatMessage") .excludePathPatterns("/room/getGiftList", "/room/getRoomInfo", "/room/getAnchorMatch", "/room/leaderboard", "/room/getHotAnchor", "/room/getChatMessage")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment