From 9e21d8c8cd26b411a9c07b57ae93bfb7211e7075 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 28 Dec 2025 06:36:02 -0800 Subject: [PATCH] =?UTF-8?q?feat(api-gateway):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=B3=BB=E7=BB=9F=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=9A=84=20Kong=20=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 /api/v1/mobile/system 路由到 admin-service, 使移动端可以访问 /mobile/system/maintenance-status 接口 检查系统维护状态。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- backend/api-gateway/kong.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/api-gateway/kong.yml b/backend/api-gateway/kong.yml index 5ca7762a..371c5317 100644 --- a/backend/api-gateway/kong.yml +++ b/backend/api-gateway/kong.yml @@ -215,6 +215,10 @@ services: paths: - /api/v1/mobile/notifications strip_path: false + - name: admin-mobile-system + paths: + - /api/v1/mobile/system + strip_path: false # --------------------------------------------------------------------------- # Presence Service - 在线状态服务