changelog: a25a70d - fix: 小程序端新增团期日历接口 /mp/product/{id}/batches/calendar

这个提交包含在:
API Changelog Bot 2026-03-27 14:21:00 +08:00
父节点 a35d55b019
当前提交 d64ca4076d
共有 2 个文件被更改,包括 91 次插入0 次删除

查看文件

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

查看文件

@ -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
---
<details>
<summary>📁 全部变更文件 (点击展开)</summary>
```
M hl-product-service/src/main/java/com/hulalv/product/controller/MpProductController.java
```
</details>