|
@@ -125,6 +125,9 @@ public class GatewayConfigure {
|
|
|
"/actuator",
|
|
"/actuator",
|
|
|
"/actuator/**",
|
|
"/actuator/**",
|
|
|
|
|
|
|
|
|
|
+ /* 文件预览 */
|
|
|
|
|
+ "/api/webapp/filetransfer/preview",
|
|
|
|
|
+
|
|
|
/* 支付相关回调通知 */
|
|
/* 支付相关回调通知 */
|
|
|
"/api/bizapp/pay/ali/notifyUrl",
|
|
"/api/bizapp/pay/ali/notifyUrl",
|
|
|
"/api/bizapp/pay/wx/notifyUrl",
|
|
"/api/bizapp/pay/wx/notifyUrl",
|
|
@@ -133,6 +136,8 @@ public class GatewayConfigure {
|
|
|
"/api/bizapp/pay/order/sample/doCreateOrder",
|
|
"/api/bizapp/pay/order/sample/doCreateOrder",
|
|
|
|
|
|
|
|
"/api/tenapp/ten/storage/tenSelector",
|
|
"/api/tenapp/ten/storage/tenSelector",
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
/**
|