下单并生成主单
This commit is contained in:
parent
77c17aa0bd
commit
157c937423
|
|
@ -278,6 +278,7 @@ public class ShiroConfig
|
|||
//部分接口不需要登陆校验
|
||||
filterChainDefinitionMap.put("/wx/**", "anon");
|
||||
filterChainDefinitionMap.put("/pay/**", "anon");
|
||||
filterChainDefinitionMap.put("/order/**", "anon");
|
||||
filterChainDefinitionMap.put("/goods/**", "anon");
|
||||
filterChainDefinitionMap.put("/adapay/**", "anon");
|
||||
filterChainDefinitionMap.put("/MP_verify_bRFuvYpyQ4WLr0on.txt", "anon");
|
||||
|
|
|
|||
Loading…
Reference in New Issue