From f872743f7ea76d37bbe6305cf2cfee5229c35604 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Wed, 18 Mar 2026 15:37:34 +0800 Subject: [PATCH] changelog: 2026-03/18_1537 (3 changes, 0 breaking) --- .swagger/hl-product-service.json | 27 ++++++++++++++++++++++++--- changelogs/2026-03/18_1537_sync.md | 15 +++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 changelogs/2026-03/18_1537_sync.md diff --git a/.swagger/hl-product-service.json b/.swagger/hl-product-service.json index 7f6df10..478fee9 100644 --- a/.swagger/hl-product-service.json +++ b/.swagger/hl-product-service.json @@ -7943,9 +7943,16 @@ "type": "string", "description": "路径图URL" }, + "seasonLabels": { + "type": "array", + "description": "适用季节列表(中文)", + "items": { + "type": "string" + } + }, "seasons": { "type": "array", - "description": "适用季节列表", + "description": "适用季节列表(编码)", "items": { "type": "string" } @@ -8258,9 +8265,16 @@ "type": "string", "description": "产品类型:CORE=核心产品 ROUTE=线路产品 CUSTOM=定制产品 GROUP=小蒙马拼团" }, + "seasonLabels": { + "type": "array", + "description": "适用季节列表(中文)", + "items": { + "type": "string" + } + }, "seasons": { "type": "array", - "description": "适用季节列表", + "description": "适用季节列表(编码)", "items": { "type": "string" } @@ -8879,9 +8893,16 @@ "type": "string", "description": "路径图URL(后端自动生成)" }, + "seasonLabels": { + "type": "array", + "description": "适用季节列表(中文)", + "items": { + "type": "string" + } + }, "seasons": { "type": "array", - "description": "适用季节列表", + "description": "适用季节列表(编码)", "items": { "type": "string" } diff --git a/changelogs/2026-03/18_1537_sync.md b/changelogs/2026-03/18_1537_sync.md new file mode 100644 index 0000000..9829518 --- /dev/null +++ b/changelogs/2026-03/18_1537_sync.md @@ -0,0 +1,15 @@ +# API 变更通知 + +**更新时间**: 2026-03-18 15:38 + +## ℹ️ 新增 (3) + +### 产品服务 + +**新增字段** + +| 数据对象 | 新增字段 | 类型 | +| --- | --- | --- | +| `C端产品列表VO` | `seasonLabels` | `string[]` | +| `产品列表VO` | `seasonLabels` | `string[]` | +| `产品详情VO` | `seasonLabels` | `string[]` |