From 897bfa93552dbb1682c7697c374ba0c7184a7982 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Fri, 27 Mar 2026 19:02:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E6=96=B0=E5=A2=9EcreatorName=E5=AD=97=E6=AE=B5=20(PR?= =?UTF-8?q?=20#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- changelogs/2026-03/27_1910_creator_name.md | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 changelogs/2026-03/27_1910_creator_name.md diff --git a/changelogs/2026-03/27_1910_creator_name.md b/changelogs/2026-03/27_1910_creator_name.md new file mode 100644 index 0000000..77f5f78 --- /dev/null +++ b/changelogs/2026-03/27_1910_creator_name.md @@ -0,0 +1,30 @@ +# 小程序产品接口新增创作者姓名 + +**日期**: 2026-03-27 +**类型**: 新增字段 +**影响服务**: hl-product-service +**影响接口**: 产品列表 + 产品详情(所有小程序端接口) + +--- + +## 新增字段 + +| 字段 | 类型 | 说明 | +|------|------|------| +| creatorName | String | 创作者姓名(企微姓名优先,fallback用用户名) | + +列表和详情都返回。 + +### 响应示例 + +```json +{ + "creatorName": "王骁", + "creatorAvatarUrl": "https://...", + "creatorIntro": "深耕呼伦贝尔20年..." +} +``` + +### 前端使用建议 + +产品卡片/详情页展示定制师信息时,用 `creatorName` 显示姓名,搭配 `creatorAvatarUrl`(头像)和 `creatorIntro`(寄语)。