Commit 55daaba1 authored by chenchao.deng's avatar chenchao.deng

放开接口

parent ba94be7b
......@@ -34,7 +34,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
public void configure(WebSecurity web) throws Exception {
web.ignoring()
.antMatchers("/user/authCode", "/user/signUp",
"/user/forgot**", "/0xadministrator/getconfig**","/payCallBack/*");
"/user/forgot**", "/0xadministrator/getconfig**","/payCallBack/*","/config/receptionPlatformOptions");
}
@Override
......
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