changelog: 2026-03/18_1537 (3 changes, 0 breaking)

这个提交包含在:
API Changelog Bot 2026-03-18 15:37:34 +08:00
父节点 6afdb135e2
当前提交 f872743f7e
共有 2 个文件被更改,包括 39 次插入3 次删除

查看文件

@ -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"
}

查看文件

@ -0,0 +1,15 @@
# API 变更通知
**更新时间**: 2026-03-18 15:38
## 新增 (3)
### 产品服务
**新增字段**
| 数据对象 | 新增字段 | 类型 |
| --- | --- | --- |
| `C端产品列表VO` | `seasonLabels` | `string[]` |
| `产品列表VO` | `seasonLabels` | `string[]` |
| `产品详情VO` | `seasonLabels` | `string[]` |