fix: 使用node上报合并转发

This commit is contained in:
lixiangwuxian
2025-04-10 00:04:53 +08:00
parent ec92baf5bc
commit cd92d05a18
3 changed files with 10 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ type GroupInfo struct {
}
type Reply struct {
ReplyMsg interface{} `json:"replyMsg"`
ReferOriginMsg bool `json:"referOriginMsg"`
FromMsg Message `json:"fromMsg"`
ReplyMsg any `json:"replyMsg"`
ReferOriginMsg bool `json:"referOriginMsg"`
FromMsg Message `json:"fromMsg"`
}