若依框架怎么可以绕过登陆调用后台接口 如图,这是我在ruoyi需要通过postman调用的接口 接下来找到framework模块—》config目录—》shiroConfig.class—》 shiroFilterFactoryBean方法。添加上相关的url地址就完成了 filterChainDefinitionMap.put("/statistic/oil-coupon/**","anon,captchaValidate");