feat(api-gateway): 添加移动端系统维护接口的 Kong 路由

添加 /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 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-28 06:36:02 -08:00
parent 8a839b5e14
commit 9e21d8c8cd
1 changed files with 4 additions and 0 deletions

View File

@ -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 - 在线状态服务