◐ Shell
reader mode source ↗
Skip to content

补充小程序发货信息消息推送字段#3799

Merged
binarywang merged 3 commits into
binarywang:developfrom
buaazyl:develop
Dec 10, 2025
Merged

补充小程序发货信息消息推送字段#3799
binarywang merged 3 commits into
binarywang:developfrom
buaazyl:develop

Conversation

@buaazyl

@buaazyl buaazyl commented Dec 6, 2025

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

Pull request overview

此 PR 为微信小程序发货信息管理功能补充消息推送字段,支持订单发货和结算事件的完整信息接收。实现了微信官方文档中定义的发货信息推送协议,使开发者能够接收订单发货提醒和结算通知。

主要变更:

  • 在 WxMaMessage 类中新增 11 个发货相关字段,包括支付订单信息、商户信息、发货时间、结算时间等
  • 在 WxConsts.EventType 中新增两个事件类型常量:发货提醒事件和订单结算事件
  • 修正了部分代码格式问题,统一了常量声明的空格风格

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/WxMaMessage.java 新增 11 个字段支持发货信息消息推送,包括交易订单号、商户信息、支付/发货/结算时间等字段
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java 新增 TRADE_MANAGE_REMIND_SHIPPING 和 TRADE_MANAGE_ORDER_SETTLEMENT 两个事件类型常量,并修正部分格式问题

buaazyl and others added 2 commits December 8, 2025 14:36
…WxConsts.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants