Add files via upload

This commit is contained in:
公明
2026-05-15 11:47:34 +08:00
committed by GitHub
parent eab5b73846
commit 1cdcfa2c2d
3 changed files with 136 additions and 8 deletions
+2
View File
@@ -117,6 +117,8 @@ func (h *ConversationHandler) GetMessageProcessDetails(c *gin.Context) {
return
}
details = database.DedupeConsecutiveProcessDetails(details)
// 转换为前端期望的 JSON 结构(与 GetConversation 中 processDetails 结构一致)
out := make([]map[string]interface{}, 0, len(details))
for _, d := range details {