重构:统一平台字段命名,更新相关数据模型和消息处理逻辑

This commit is contained in:
Windpicker-owo
2025-11-26 17:34:25 +08:00
parent 8fc4cd4c3b
commit d28ba27f26
11 changed files with 31 additions and 30 deletions

View File

@@ -1809,7 +1809,7 @@ class DefaultReplyer:
message_info["group_info"] = {
"group_id": self.chat_stream.group_info.group_id,
"group_name": self.chat_stream.group_info.group_name,
"platform": self.chat_stream.group_info.group_platform,
"platform": self.chat_stream.group_info.platform,
}
return {