From 8f888c70419662b02cde8d7e7a1cea95e2418e9a Mon Sep 17 00:00:00 2001 From: z Date: Mon, 4 May 2026 00:14:44 +0800 Subject: [PATCH] fix: route payment callbacks to order service --- nacos_config/rc-gateway/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nacos_config/rc-gateway/application.yml b/nacos_config/rc-gateway/application.yml index 65962133..52dbfb5d 100644 --- a/nacos_config/rc-gateway/application.yml +++ b/nacos_config/rc-gateway/application.yml @@ -103,6 +103,11 @@ spring: args: aesKey: ${LIKEI_GATEWAY_FORWARD_ROUTE_AES_KEY} + - id: service-order-notice + uri: ${LIKEI_GATEWAY_ROUTE_ORDER_URI} + predicates: + - Path=/play-server-notice/** + - id: service-other uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI} predicates: