Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binarywang/WxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: xiaoyun461/WxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 29, 2025

  1. feat(cp): 新增markdown_v2消息类型支持

    - 在WxCpConsts中添加MARKDOWN_V2常量
    - WxCpGroupRobotMessage支持markdown_v2消息类型
    - WxCpGroupRobotService新增sendMarkdownV2方法
    - WxCpGroupRobotServiceImpl实现markdown_v2消息发送逻辑
    xiaoyun461 committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f4f7fd8 View commit details
    Browse the repository at this point in the history
  2. test(robot): 添加Markdown V2发送测试

    - 新增testSendMarkDownV2测试方法- 测试内容包含标题、字体、列表、引用、链接、分割线、代码和表格
    - 验证Markdown V2格式的完整发送流程
    xiaoyun461 committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f942a1a View commit details
    Browse the repository at this point in the history
Loading