2026-03-18 15:56:01 +08:00

81 行
3.0 KiB
Markdown

此文件含有不可见的 Unicode 字符

此文件含有人类无法区分的不可见的 Unicode 字符,但可以由计算机进行不同的处理。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。

此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。

# 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` |