|
|
@@ -50,7 +50,8 @@ public class TenantInnerInterceptor extends TenantLineInnerInterceptor {
|
|
|
"pay_deposit", // 充值记录(通知处理无认证上下文)
|
|
|
"pay_expense_rule", // 费控规则(通知处理无认证上下文)
|
|
|
"pay_expense_quota", // 费控额度(通知处理无认证上下文)
|
|
|
- "pay_expense_institution" // 费控制度(通知处理无认证上下文)
|
|
|
+ "pay_expense_institution", // 费控制度(通知处理无认证上下文)
|
|
|
+ "pay_facetoface_order" // 当面付申请单(定时轮询无认证上下文)
|
|
|
);
|
|
|
|
|
|
public TenantInnerInterceptor() {
|