|
@@ -39,6 +39,8 @@ public class SecurityConfiguration {
|
|
.antMatchers(adminSeverContextPath + "/**").anonymous();
|
|
.antMatchers(adminSeverContextPath + "/**").anonymous();
|
|
// 文件读取
|
|
// 文件读取
|
|
registry.antMatchers(buildAdminApi("/infra/file/*/get/**")).permitAll();
|
|
registry.antMatchers(buildAdminApi("/infra/file/*/get/**")).permitAll();
|
|
|
|
+ //快递100回调
|
|
|
|
+ registry.antMatchers(buildAdminApi("/trade/order/callBackUrl")).permitAll();
|
|
}
|
|
}
|
|
|
|
|
|
};
|
|
};
|