From c979f6ded32b2447908580bdfecbe2633e1bfc23 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Fri, 27 Mar 2026 09:31:40 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=20aaf10f5=20-=20fix:=20staff?= =?UTF-8?q?=E7=B4=A0=E6=9D=90ID=E8=A7=A3=E6=9E=90=E5=85=A8=E9=9D=A2?= =?UTF-8?q?=E5=AE=B9=E9=94=99=20+=20batch-detail=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=AE=8C=E6=95=B4StaffVO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03-27_0931_aaf10f5_fix_staff_ID.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 changelogs/2026-03/2026-03-27_0931_aaf10f5_fix_staff_ID.md diff --git a/changelogs/2026-03/2026-03-27_0931_aaf10f5_fix_staff_ID.md b/changelogs/2026-03/2026-03-27_0931_aaf10f5_fix_staff_ID.md new file mode 100644 index 0000000..b2db2a3 --- /dev/null +++ b/changelogs/2026-03/2026-03-27_0931_aaf10f5_fix_staff_ID.md @@ -0,0 +1,34 @@ +# 接口变更记录 — 2026-03-27 09:31 + +> **提交** `aaf10f5` · **作者** wx · **时间** 2026-03-27 09:31:40 +0800 +> +> fix: staff素材ID解析全面容错 + batch-detail返回完整StaffVO + +## 变更总览 + +- **资源服务** + - InternalStaff (改1) + +--- + +## 资源服务 + +### InternalStaff + +> 📖 **接口文档**: [http://192.168.100.236:8082/doc.html](http://192.168.100.236:8082/doc.html) → 标签 **「【内部接口】服务人员(Feign调用)」** + +### ✏️ `GET` /internal/staff/batch-detail — 批量获取人员完整详情(领队介绍用) + +- 接口名称: ~~批量获取人员展示详情(领队介绍用)~~ → **批量获取人员完整详情(领队介绍用)** +- 返回类型: `Result>>` → `` + +--- + +
+📁 全部变更文件 (点击展开) + +``` +M hl-resource-service/src/main/java/com/hulalv/resource/staff/controller/InternalStaffController.java +M hl-resource-service/src/main/java/com/hulalv/resource/staff/service/StaffService.java +``` +
\ No newline at end of file