From 0af84366f615a616eb5b73f83e8a3ecbf91f4fe7 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Tue, 21 Apr 2026 16:52:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(mp-product):=20route-map=20=E5=A2=9E?= =?UTF-8?q?=E9=87=8F=E4=BF=AE=E5=A4=8D=E8=AF=B4=E6=98=8E=20-=20adcode=20?= =?UTF-8?q?=E8=B0=83=E9=AB=98=E5=BE=B7=E6=8B=BF=E5=9D=90=E6=A0=87=20(PR=20?= =?UTF-8?q?#1106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/2026-04/2026-04-21_mp-product-route-map.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelogs/2026-04/2026-04-21_mp-product-route-map.md b/changelogs/2026-04/2026-04-21_mp-product-route-map.md index 1b815e0..f6bfb08 100644 --- a/changelogs/2026-04/2026-04-21_mp-product-route-map.md +++ b/changelogs/2026-04/2026-04-21_mp-product-route-map.md @@ -1,11 +1,13 @@ # 小程序行程路线图接口 - `/mp/product/{productId}/route-map` - **日期**: 2026-04-21 -- **PR**: [#1098](https://git.1814.love:8443/wx/HL/pulls/1098) (Closes #1093) +- **PR**: [#1098](https://git.1814.love:8443/wx/HL/pulls/1098) (Closes #1093) + 增量修复 [#1106](https://git.1814.love:8443/wx/HL/pulls/1106) (Closes #1104) - **类型**: FEATURE(新增接口,免登录) - **服务**: hl-product-service-v2(路由 `/mp/product/**`) - **前端是否需要改动**: **是**(需新增接口调用 + 地图展示) +> ⚠️ **2026-04-21 增量修复(PR #1106)**:上线初期前端反馈 `origin`/`destination` 全部为空,根因是真实 `gather_place`/`dismissal_place` JSON 来自高德行政区 picker,只有 adcode 没有 `center` 字段。修复后通过 adcode 调高德 `/v3/config/district` 拿区县中心坐标(Redis 缓存 30 天)。**接口契约不变**,前端无需调整。 + --- ## 一、背景