fix: route payment callbacks to order service

This commit is contained in:
z 2026-05-04 00:14:44 +08:00
parent 399da096b0
commit 8f888c7041

View File

@ -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: