feat: 接入计划广场后端主链路

This commit is contained in:
Losita
2026-05-04 20:38:49 +08:00
parent 786c8925a0
commit 46874f0806
22 changed files with 3439 additions and 104 deletions

View File

@@ -128,8 +128,10 @@ type ImportForumPostRequest struct {
// DeleteForumCommentResult 是删除评论后的状态回执。
type DeleteForumCommentResult struct {
CommentID uint64 `json:"comment_id"`
Status string `json:"status"`
CommentID uint64 `json:"comment_id"`
Status string `json:"status"`
Content string `json:"content"`
DeletedAt *string `json:"deleted_at"`
}
// ImportForumPostResult 是一键导入后的回执。