{{ message }}
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
本 PR 为 WxJava 项目添加了微信支付 V3 医保相关接口的完整支持,使项目能够从微信医保 V2 接口迁移到 V3 接口。这是一个功能完善的新增特性,包含了医保自费混合收款的核心业务流程。
主要变更:
- 新增 MiPayService 接口及其实现,提供医保下单、查询、通知解析和退款通知功能
- 添加完整的请求/响应 Bean 类,支持医保混合支付的各种场景
- 引入8个枚举类型,规范医保支付相关的业务状态和类型定义
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 14 comments.
Show a summary per file
Contributor
Author
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.

公司的项目要从微信医保V2的接口转为V3,看到WxJava没有相关的接口,就来贡献一波
微信支付文档:https://pay.weixin.qq.com/doc/v3/partner/4012503131