From d64ca4076d93fe4d825b7eeecd11a173f9121fd2 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Fri, 27 Mar 2026 14:21:00 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=20a25a70d=20-=20fix:=20=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=AB=AF=E6=96=B0=E5=A2=9E=E5=9B=A2=E6=9C=9F?= =?UTF-8?q?=E6=97=A5=E5=8E=86=E6=8E=A5=E5=8F=A3=20/mp/product/{id}/batches?= =?UTF-8?q?/calendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swagger/dict_data.json | 55 +++++++++++++++++++ .../2026-03/2026-03-27_1421_a25a70d_fix_m.md | 36 ++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 changelogs/2026-03/2026-03-27_1421_a25a70d_fix_m.md diff --git a/.swagger/dict_data.json b/.swagger/dict_data.json index 1a2b3a2..89eb853 100644 --- a/.swagger/dict_data.json +++ b/.swagger/dict_data.json @@ -3608,6 +3608,61 @@ } ] }, + "photography_tag": { + "name": "\u6444\u5f71\u8ddf\u62cd\u6807\u7b7e", + "category": "BUSINESS", + "remark": "", + "items": [ + { + "value": "full_follow", + "label": "\u5168\u7a0b\u8ddf\u62cd", + "sort": 1, + "status": "ACTIVE" + }, + { + "value": "retouched", + "label": "\u7cbe\u4fee\u5e95\u7247", + "sort": 2, + "status": "ACTIVE" + }, + { + "value": "drone", + "label": "\u822a\u62cd", + "sort": 3, + "status": "ACTIVE" + }, + { + "value": "family_portrait", + "label": "\u4eb2\u5b50\u5199\u771f", + "sort": 4, + "status": "ACTIVE" + }, + { + "value": "travel_mv", + "label": "\u65c5\u62cdMV", + "sort": 5, + "status": "ACTIVE" + }, + { + "value": "instant_share", + "label": "\u5373\u65f6\u5206\u4eab", + "sort": 6, + "status": "ACTIVE" + }, + { + "value": "ethnic_costume", + "label": "\u6c11\u65cf\u670d\u9970", + "sort": 7, + "status": "ACTIVE" + }, + { + "value": "starry_sky", + "label": "\u661f\u7a7a\u6444\u5f71", + "sort": 8, + "status": "ACTIVE" + } + ] + }, "product_category": { "name": "\u4ea7\u54c1\u5206\u7c7b", "category": "BUSINESS", diff --git a/changelogs/2026-03/2026-03-27_1421_a25a70d_fix_m.md b/changelogs/2026-03/2026-03-27_1421_a25a70d_fix_m.md new file mode 100644 index 0000000..a0b412b --- /dev/null +++ b/changelogs/2026-03/2026-03-27_1421_a25a70d_fix_m.md @@ -0,0 +1,36 @@ +# 接口变更记录 — 2026-03-27 14:21 + +> **提交** `a25a70d` · **作者** wx · **时间** 2026-03-27 14:21:00 +0800 +> +> fix: 小程序端新增团期日历接口 /mp/product/{id}/batches/calendar + +## 变更总览 + +- **产品服务** + - MpProduct (+1) + +--- + +## 产品服务 + +### MpProduct + +> 📖 **接口文档**: [http://192.168.100.236:8085/doc.html](http://192.168.100.236:8085/doc.html) → 标签 **「小程序-产品」** + +### 🆕 `GET` /mp/product/{productId}/batches/calendar — 团期日历(C端) + +> 小蒙马拼团产品的团期日历,返回可报名的团期列表。 + +**参数** + + - `{productId}` (`Long`) — 路径参数:产品ID + +--- + +
+📁 全部变更文件 (点击展开) + +``` +M hl-product-service/src/main/java/com/hulalv/product/controller/MpProductController.java +``` +
\ No newline at end of file