# API 变更通知 **更新时间**: 2026-03-17 15:40 ## ⚠️ Breaking Changes (5) > **前端必须处理的变更,不处理会导致功能异常** ### 小程序聚合服务 **字段删除** | 数据对象 | 删除字段 | 原类型 | | --- | --- | --- | | `发票申请请求` | ~~`invoiceType`~~ | `string` | | `发票申请请求` | ~~`taxpayerId`~~ | `string` | **字段重命名** | 数据对象 | 原字段 | 新字段 | 类型 | | --- | --- | --- | --- | | `发票申请请求` | ~~`invoiceType`~~ | `bankAccount` | `string` | | `发票申请请求` | ~~`taxpayerId`~~ | `bankName` | `string` | **参数类型变化** | 接口 | 参数 | 原类型 | 新类型 | | --- | --- | --- | --- | | `GET /mp/hotel/list` | `starLevel` | `integer` | `string` | ## ℹ️ 新增 (18) ### 产品服务 **新增字段** | 数据对象 | 新增字段 | 类型 | | --- | --- | --- | | `行政区划搜索结果` | `fullPath` | `string` | ### 小程序聚合服务 **新增接口** - 🆕 `GET /mp/designer/all` **新增字段** | 数据对象 | 新增字段 | 类型 | | --- | --- | --- | | `发票申请请求` | `bankAccount` | `string` | | `发票申请请求` | `bankName` | `string` | | `发票申请请求` | `companyAddress` | `string` | | `发票申请请求` | `companyPhone` | `string` | | `发票申请请求` | `contactPhone` | `string` | | `发票申请请求` | `remark` | `string` | | `发票申请请求` | `taxNumber` | `string` | | `发票申请请求` | `titleType` | `string` | ### 订单服务 **新增接口** - 🆕 `GET /admin/order/customize/page` - 🆕 `GET /admin/order/customize/{requestId}` - 🆕 `PUT /admin/order/customize/{requestId}/accept` - 🆕 `PUT /admin/order/customize/{requestId}/complete` - 🆕 `PUT /admin/order/customize/{requestId}/reply` **新增字段** | 数据对象 | 新增字段 | 类型 | | --- | --- | --- | | `早鸟优惠计划VO` | `productIds` | `integer[]` | | `早鸟优惠计划VO` | `productNames` | `string[]` | | `早鸟优惠计划请求` | `productIds` | `integer[]` |