changelog: 2026-04/01_1528 (2 changes, 0 breaking)

这个提交包含在:
API Changelog Bot 2026-04-01 15:28:34 +08:00
父节点 2f5056e4f4
当前提交 493c32eb9f
共有 2 个文件被更改,包括 72 次插入46 次删除

查看文件

@ -4351,14 +4351,14 @@
"status": "ACTIVE"
},
{
"value": "KING",
"label": "\u8c6a\u534e\u5927\u5e8a",
"value": "DELUXE",
"label": "\u8c6a\u534e\u623f",
"sort": 5,
"status": "ACTIVE"
},
{
"value": "DELUXE",
"label": "\u8c6a\u534e\u623f",
"value": "KING",
"label": "\u8c6a\u534e\u5927\u5e8a",
"sort": 5,
"status": "ACTIVE"
},
@ -4435,6 +4435,18 @@
"sort": 1,
"status": "ACTIVE"
},
{
"value": "safe",
"label": "\u4fdd\u9669\u7bb1",
"sort": 2,
"status": "ACTIVE"
},
{
"value": "mini_fridge",
"label": "\u5c0f\u51b0\u7bb1",
"sort": 2,
"status": "ACTIVE"
},
{
"value": "air_cond",
"label": "\u7a7a\u8c03",
@ -4460,15 +4472,9 @@
"status": "ACTIVE"
},
{
"value": "safe",
"label": "\u4fdd\u9669\u7bb1",
"sort": 2,
"status": "ACTIVE"
},
{
"value": "mini_fridge",
"label": "\u5c0f\u51b0\u7bb1",
"sort": 2,
"value": "toiletries",
"label": "\u514d\u8d39\u6d17\u6f31\u7528\u54c1",
"sort": 3,
"status": "ACTIVE"
},
{
@ -4502,9 +4508,9 @@
"status": "ACTIVE"
},
{
"value": "toiletries",
"label": "\u514d\u8d39\u6d17\u6f31\u7528\u54c1",
"sort": 3,
"value": "floor_heat",
"label": "\u5730\u6696",
"sort": 4,
"status": "ACTIVE"
},
{
@ -4538,9 +4544,9 @@
"status": "ACTIVE"
},
{
"value": "floor_heat",
"label": "\u5730\u6696",
"sort": 4,
"value": "luggage_rack",
"label": "\u884c\u674e\u67b6",
"sort": 5,
"status": "ACTIVE"
},
{
@ -4567,24 +4573,6 @@
"sort": 5,
"status": "ACTIVE"
},
{
"value": "luggage_rack",
"label": "\u884c\u674e\u67b6",
"sort": 5,
"status": "ACTIVE"
},
{
"value": "bt_speaker",
"label": "\u84dd\u7259\u97f3\u7bb1",
"sort": 6,
"status": "ACTIVE"
},
{
"value": "smart_toilet",
"label": "\u667a\u80fd\u9a6c\u6876",
"sort": 6,
"status": "ACTIVE"
},
{
"value": "bathtub",
"label": "\u6d74\u7f38",
@ -4603,6 +4591,18 @@
"sort": 6,
"status": "ACTIVE"
},
{
"value": "bt_speaker",
"label": "\u84dd\u7259\u97f3\u7bb1",
"sort": 6,
"status": "ACTIVE"
},
{
"value": "smart_toilet",
"label": "\u667a\u80fd\u9a6c\u6876",
"sort": 6,
"status": "ACTIVE"
},
{
"value": "mirror",
"label": "\u5168\u8eab\u955c",
@ -4627,6 +4627,12 @@
"sort": 7,
"status": "ACTIVE"
},
{
"value": "face_wash",
"label": "\u6d17\u9762\u4e73",
"sort": 8,
"status": "ACTIVE"
},
{
"value": "air_purifier",
"label": "\u7a7a\u6c14\u51c0\u5316\u5668",
@ -4646,9 +4652,9 @@
"status": "ACTIVE"
},
{
"value": "face_wash",
"label": "\u6d17\u9762\u4e73",
"sort": 8,
"value": "screen_cast",
"label": "\u624b\u673a\u6295\u5c4f",
"sort": 9,
"status": "ACTIVE"
},
{
@ -4656,12 +4662,6 @@
"label": "\u6c90\u6d74\u9732",
"sort": 9,
"status": "ACTIVE"
},
{
"value": "screen_cast",
"label": "\u624b\u673a\u6295\u5c4f",
"sort": 9,
"status": "ACTIVE"
}
]
},
@ -5079,6 +5079,18 @@
"label": "\u5176\u4ed6",
"sort": 5,
"status": "ACTIVE"
},
{
"value": "STUDY_TEACHER",
"label": "\u7814\u5b66\u8001\u5e08",
"sort": 6,
"status": "ACTIVE"
},
{
"value": "LIFE_TEACHER",
"label": "\u751f\u6d3b\u8001\u5e08",
"sort": 7,
"status": "ACTIVE"
}
]
},

查看文件

@ -0,0 +1,14 @@
# API 变更通知
**更新时间**: 2026-04-01 15:29
## 新增 (2)
### 字典变更
**新增字典项**
| 字典 | 新增值 | 标签 |
| --- | --- | --- |
| `staff_type`(人员类型) | `LIFE_TEACHER` | 生活老师 |
| `staff_type`(人员类型) | `STUDY_TEACHER` | 研学老师 |