|
@@ -154,7 +154,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
"/api/v1/mp/user/isJump",
|
|
|
"/api/v1/mp/user/mall/ticket/goods/list",
|
|
|
"/api/v1/mp/channel/promoter/register",
|
|
|
- "/api/v1/mp/channel//saleSite/info/*"
|
|
|
+ "/api/v1/mp/channel/saleSite/info/*"
|
|
|
).permitAll()
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
|
.anyRequest().authenticated()
|