APP版本配置
parent
110ea70971
commit
c76250b97a
|
|
@ -124,6 +124,8 @@ public class SecurityConfig
|
|||
.antMatchers("/rest/v1/oss-callback/upload").permitAll()
|
||||
//html
|
||||
.antMatchers("/rest/v1/common/html/content/**").permitAll()
|
||||
//appVersion
|
||||
.antMatchers("/rest/v1/common/app-version").permitAll()
|
||||
//物流回调
|
||||
.antMatchers("/rest/v1/express-callback/**").permitAll()
|
||||
// 系统广告及首页
|
||||
|
|
|
|||
Loading…
Reference in New Issue