From 65f2509763155e214f1e3eeb58f019f940133a34 Mon Sep 17 00:00:00 2001 From: delisha Date: Sat, 25 Jun 2022 20:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=9B=9E=E8=B0=83=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=EF=BC=8C=E4=B8=8D=E6=90=BA=E5=B8=A6=E7=A7=9F=E6=88=B7?= =?UTF-8?q?=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index b6e0555a8..018613225 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -109,6 +109,7 @@ yudao: - /admin-api/system/captcha/get-image # 获取图片验证码,和租户无关 - /admin-api/infra/file/*/get/** # 获取图片,和租户无关 - /admin-api/system/sms/callback/* # 短信回调接口,无法带上租户编号 + - /app-api/pay/order/notify/* # 支付回调通知,不携带租户编号 ignore-tables: - system_tenant - system_tenant_package