master:放开商品查询接口权限;
parent
b030051f42
commit
c2e2eedcf7
|
|
@ -142,6 +142,8 @@ public class SecurityConfig
|
||||||
.antMatchers("/rest/v1/prods/status/cate/num/**").permitAll()
|
.antMatchers("/rest/v1/prods/status/cate/num/**").permitAll()
|
||||||
// PC 商品详情
|
// PC 商品详情
|
||||||
.antMatchers("/rest/v1/prods/pc/detail/**").permitAll()
|
.antMatchers("/rest/v1/prods/pc/detail/**").permitAll()
|
||||||
|
// PC 搜索商品
|
||||||
|
.antMatchers("/rest/v1/prods/fuzzy/**").permitAll()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue