From 72a8ae67c813c8e9d0d8835980078e0649c50c03 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Tue, 31 Mar 2026 18:29:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0changelog=20-=20?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=AE=A1=E6=89=B9=E4=BF=AE=E5=A4=8D=20(#94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03/31_fix_price_calendar_simplify.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/changelogs/2026-03/31_fix_price_calendar_simplify.md b/changelogs/2026-03/31_fix_price_calendar_simplify.md index 39fb3aa..b0551bc 100644 --- a/changelogs/2026-03/31_fix_price_calendar_simplify.md +++ b/changelogs/2026-03/31_fix_price_calendar_simplify.md @@ -1,12 +1,14 @@ -# C端价格日历接口精简价格字段 +# C端价格日历接口精简 + 产品审批修复 - **日期**: 2026-03-31 -- **PR**: #93 -- **类型**: fix +- **PR**: #93, #94 +- **类型**: fix / feat - **影响服务**: hl-product-service ## 变更内容 +### 1. 价格日历精简(#93) + **接口**: `GET /mp/product/{productId}/price-calendar` 移除 `childWithBedFee` 字段,现在每天只返回 **4个价格**: @@ -18,7 +20,12 @@ | `youngChildPrice` | 小童价 | | `babyPrice` | 幼童价 | +### 2. 产品审批回调修复(#94) + +- 恢复 `ProductApprovalConsumer`(MQ消费者),修复企微审批回调链路断裂 +- 新增 `ApprovalPollingService`,每30秒轮询企微API作为兜底 + ## 前端影响 - 如果之前有使用 `childWithBedFee` 字段,需要移除相关引用 -- 其他字段(stock, sold, status, remark)不变 +- 产品审批状态将正常自动更新,无需前端改动