src/main/java/com/mzl/flower/config/ResourceServerConfig.java
@@ -37,7 +37,9 @@ httpSecurity .authorizeRequests() .antMatchers("/api/login/**").permitAll() .antMatchers("/api/wx/getuserphonenumber").permitAll() .antMatchers("/api/wx/jscode2session").permitAll() .antMatchers("/api/wx/getExistUserByOpenId").permitAll() .antMatchers("/api/pub/**").permitAll() .antMatchers("/api/advertisement/**").permitAll() .antMatchers("/api/ua/**").permitAll()