微信支付部分

This commit is contained in:
menxipeng
2025-11-25 23:32:39 +08:00
parent c7fd167167
commit 30589acd69
11 changed files with 434 additions and 119 deletions

View File

@@ -135,9 +135,17 @@ public class SecurityConfig
// /client/index/getCategory
// /client/index/re/bind/music
// /client/index/re/music
// /client/index/getCategory
// /client/index/cate/music
// /client/consult/list
// /client/index/re/music
// /client/share/list
requests.antMatchers("/login", "/register","/client/shopLogin","/file/download/**", "/captchaImage",
"/client/getCode","/client/file/**","/call/back/**","/client/index/getBanner",
"/client/index/getCategory","/client/index/re/bind/music","/client/index/re/music","/client/version/getLastVersion").permitAll()
"/client/index/getCategory","/client/index/re/bind/music","/client/index/re/music",
"/client/version/getLastVersion","/client/search/list","/client/music/find","/client" +
"/index/getCategory","/client/index/cate/music/**","/client/consult/list",
"/client/index/re/music/**","/client/share/list").permitAll()
// 静态资源,可匿名访问
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()