| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- 在WxCpConsts中添加MARKDOWN_V2常量 - WxCpGroupRobotMessage支持markdown_v2消息类型 - WxCpGroupRobotService新增sendMarkdownV2方法 - WxCpGroupRobotServiceImpl实现markdown_v2消息发送逻辑
- 新增testSendMarkDownV2测试方法- 测试内容包含标题、字体、列表、引用、链接、分割线、代码和表格 - 验证Markdown V2格式的完整发送流程
There was a problem hiding this comment.
This PR adds support for the markdown_v2 message type to the WeChat Enterprise (WxCp) group robot messaging functionality, expanding upon the existing markdown support with enhanced formatting capabilities.
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| WxCpConsts.java | Added MARKDOWN_V2 constant for the new message type |
| WxCpGroupRobotMessage.java | Added JSON serialization support for markdown_v2 messages |
| WxCpGroupRobotService.java | Added interface methods for sending markdown_v2 messages |
| WxCpGroupRobotServiceImpl.java | Implemented the sendMarkdownV2 methods |
| WxCpGroupRobotServiceImplTest.java | Added comprehensive test case with markdown_v2 formatting examples |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.