待测试

This commit is contained in:
rain
2026-07-27 17:17:31 +08:00
parent 1eae3bbef4
commit 04287e6777
35 changed files with 4238 additions and 22750 deletions
@@ -49,7 +49,7 @@
| `GenealogyOwnerTransferBody` | 无 | `targetMemberId` | — | 缺成员候选与产品入口,不能手填 ID |
| `GenerationPoemBody` | G12 | `generationNo``generationText` | `description``sortOrder``status` | 已真实维护/回读 |
| `GenerationPoemBatchBody` | G12 | `poemText` | `disableMissing` | 已真实预览/保存回读 |
| `LineagePersonBody` | T04/T05/T06、R02 | `name` | `appUserId``personNo``aliasName``sex``generation``generationName``fatherId``motherId``avatarOssId``birthDate``birthLunar``birthPlace``deathDate``deathLunar``deathPlace``burialPlace``personStatus``biography``sortOrder``remark``relationName` | 首位成员最小合法请求仍 `code:500`;业务用户/父母候选、性别/状态字典、头像 `ossId` 均无安全闭环 |
| `LineagePersonBody` | T04/T05/T06、R02 | `name``bindingMode` | `appUserId``personNo``aliasName``sex``generation``generationName``fatherId``motherId``avatarOssId``birthDate``birthLunar``birthPlace``deathDate``deathLunar``deathPlace``burialPlace``personStatus``biography``sortOrder``remark``relationName` | `bindingMode` 固定为 `NONE` / `SELF` / `SPECIFIED`:前两者禁止提交 `appUserId`,后者必须提交;`SELF` 后端从 Token 获取当前用户。页面默认 `NONE``SPECIFIED` 仍缺可信候选接口。实测 `NONE``appUserId` 的新增子女仍返回业务 `code:500`,等待后端排查新版写接口 |
| `FamilyFeedBody` | F02/F03 编辑入口缺失 | `feedContent` | `feedType``mediaOssIds``sortOrder``status` | 文本动态已真实创建/回读;媒体受 `ossId` 阻塞;编辑无产品入口 |
| `FamilyFeedCommentBody` | F03 | `commentContent` | `parentCommentId` | 一级评论已真实创建/回读;回复 UI 未设计 |
| `ArticleBody` | F06 | `articleTitle``articleContent` | `categoryId``articleSummary``coverOssId``authorName``sortOrder``status` | 已真实创建/回读;分类条目 DTO、封面 `ossId` 阻塞 |