From 7c5f36648f89c243be7eeb4828204fa210e5531c Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Fri, 27 Mar 2026 10:44:59 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=207e0f189=20-=20feat:=20=E5=9B=A2?= =?UTF-8?q?=E6=9C=9F=E6=97=A5=E5=8E=86=E5=92=8C=E5=A5=97=E9=A4=90=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=BF=94=E5=9B=9E=E5=AE=9A=E9=87=91=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03/2026-03-27_1044_7e0f189_feat.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 changelogs/2026-03/2026-03-27_1044_7e0f189_feat.md diff --git a/changelogs/2026-03/2026-03-27_1044_7e0f189_feat.md b/changelogs/2026-03/2026-03-27_1044_7e0f189_feat.md new file mode 100644 index 0000000..326bc97 --- /dev/null +++ b/changelogs/2026-03/2026-03-27_1044_7e0f189_feat.md @@ -0,0 +1,43 @@ +# 接口变更记录 — 2026-03-27 10:44 + +> **提交** `7e0f189` · **作者** wx · **时间** 2026-03-27 10:44:59 +0800 +> +> feat: 团期日历和套餐列表返回定金金额 + +## 变更总览 + +- **产品服务** + - InternalProduct (-1) + +--- + +## 产品服务 + +### InternalProduct + +> 📖 **接口文档**: [http://192.168.100.236:8085/doc.html](http://192.168.100.236:8085/doc.html) → 标签 **「【内部接口】产品(Feign调用)」** + +### ❌ ~~`POST` /internal/product/approval-result — 处理产品审批结果~~ + +--- + +## 📦 其他数据对象变更 + +> 以下变更未直接关联到本次接口变更,但可能影响现有接口的请求/响应 + +### 产品服务 + +#### ✏️ GroupBatchCalendarVO + + - 🆕 `depositAmount` (`BigDecimal`) — 定金金额(元/人),根据起步价×定金比例计算 + +
+📁 全部变更文件 (点击展开) + +``` +M hl-product-service/src/main/java/com/hulalv/product/controller/InternalProductController.java +M hl-product-service/src/main/java/com/hulalv/product/service/GroupTourBatchService.java +M hl-product-service/src/main/java/com/hulalv/product/vo/GroupBatchCalendarVO.java +M hl-product-service/src/test/java/com/hulalv/product/service/GroupTourBatchServiceTest.java +``` +
\ No newline at end of file