fix(kong): 添加3171预种计划API网关路由

预种控制器 @Controller('pre-planting') 的路由 /api/v1/pre-planting
未在 Kong 网关中配置,导致所有预种API请求返回 "no Route matched"。
新增 pre-planting-api 路由指向 planting-service (192.168.1.111:3003)。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-02-26 18:24:49 -08:00
parent 8bafb0a8d4
commit 843f817976
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ services:
paths: paths:
- /api/v1/planting - /api/v1/planting
strip_path: false strip_path: false
# [2026-02-27] 新增3171预种计划路由预种控制器 @Controller('pre-planting')
- name: pre-planting-api
paths:
- /api/v1/pre-planting
strip_path: false
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Referral Service - 推荐服务 # Referral Service - 推荐服务