# API 变更通知 **更新时间**: 2026-03-18 15:56 ## ⚠️ Breaking Changes (27) > **前端必须处理的变更,不处理会导致功能异常** ### 小程序聚合服务 **接口删除** - ❌ ~~`GET /mp/product/batch/{batchId}/combos`~~ - ❌ ~~`GET /mp/product/{productId}/batch-calendar`~~ - ❌ ~~`GET /mp/product/{productId}/group-quote`~~ ### 资源服务 **字段类型变化** | 数据对象 | 字段 | 原类型 | 新类型 | | --- | --- | --- | --- | | `价格日历批量设置请求` | `status` | `integer(int32)` | `string` | | `价格日历日数据` | `status` | `integer(int32)` | `string` | | `价格日历状态变更请求` | `status` | `integer(int32)` | `string` | | `活动价格日历日视图` | `status` | `integer(int32)` | `string` | | `活动价格日历状态变更请求` | `status` | `integer(int32)` | `string` | | `活动价格日历设置请求` | `status` | `integer(int32)` | `string` | | `酒店列表VO` | `starLevel` | `integer(int32)` | `string` | | `酒店创建请求` | `starLevel` | `integer(int32)` | `string` | | `酒店房型价格日历日VO` | `status` | `integer(int32)` | `string` | | `酒店房型价格日历状态变更请求` | `status` | `integer(int32)` | `string` | | `酒店房型价格日历设置请求` | `status` | `integer(int32)` | `string` | | `酒店更新请求` | `starLevel` | `integer(int32)` | `string` | | `酒店详情VO` | `starLevel` | `integer(int32)` | `string` | | `服务项价格日历日VO` | `status` | `integer(int32)` | `string` | | `服务项价格日历状态变更请求` | `status` | `integer(int32)` | `string` | | `服务项价格日历设置请求` | `status` | `integer(int32)` | `string` | | `车型价格日历日VO` | `status` | `integer(int32)` | `string` | | `车型价格日历状态变更请求` | `status` | `integer(int32)` | `string` | | `车型价格日历设置请求` | `status` | `integer(int32)` | `string` | | `费用项价格日历日VO` | `status` | `integer(int32)` | `string` | | `服务人员价格日历日VO` | `status` | `integer(int32)` | `string` | | `服务人员价格日历状态变更请求` | `status` | `integer(int32)` | `string` | | `服务人员价格日历设置请求` | `status` | `integer(int32)` | `string` | **参数类型变化** | 接口 | 参数 | 原类型 | 新类型 | | --- | --- | --- | --- | | `GET /admin/hotel/items` | `starLevel` | `integer` | `string` | ## ℹ️ 新增 (8) ### 小程序聚合服务 **新增字段** | 数据对象 | 新增字段 | 类型 | | --- | --- | --- | | `C端产品详情` | `batches` | `Map«string,object»[]` | ### 素材服务 **新增参数** - `GET /admin/material/tags` 新增参数 `keyword` - `GET /admin/material/tags` 新增参数 `page` - `GET /admin/material/tags` 新增参数 `pageSize` ### 资源服务 **新增字段** | 数据对象 | 新增字段 | 类型 | | --- | --- | --- | | `费用项列表VO` | `applyRoleLabel` | `string` | | `费用项列表VO` | `categoryLabel` | `string` | | `费用项详情VO` | `applyRoleLabel` | `string` | | `费用项详情VO` | `categoryLabel` | `string` |