feat(kf): 添加读取消息功能,支持所有消息类型#2
Merged
Merged
Conversation
funcodingdev
force-pushed
the
genspark_ai_developer
branch
from
November 4, 2025 16:00
9e3d431 to
7d2d7a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能说明
本PR实现了企业微信客服消息读取功能(sync_msg API),完整支持官方文档定义的所有消息类型。
主要变更
新增文件
修改文件
功能特性
支持的消息类型
根据官方文档 https://developer.work.weixin.qq.com/document/path/94670,完整支持以下所有消息类型:
基础消息类型
特殊消息类型
视频号消息
其他消息类型
事件消息
功能参数
自动消息解析
当启用
parse_message_types时,会自动:parsed_content字段event_type字段,方便快速筛选事件类型API返回字段
使用场景
测试建议
相关文档