Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Development Lib
>
Payment Dev
&
Spring Boot Extension
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
71
Star
948
Fork
354
dromara
/
payment-spring-boot
Code
Issues
7
Pull Requests
1
Wiki
Insights
Pipelines
Service
JavaDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Releases
Latest
1.0.19
0635d59
2023-06-25 08:33
Compare
1.0.19.RELEASE
felord
## 1.0.19.RELEASE ### 微信支付 - feat: 支付有礼-直连商户 - fix:服务商模式下预支付的签名问题 [#I7829T](https://gitee.com/dromara/payment-spring-boot/issues/I7829T) - fix: 修复租户加载失败的错误 [#100](https://github.com/dromara/payment-spring-boot/issues/100) - enhance: 代金券商家券样式兼容
Last committed message:
1.0.19
1.0.18.RELEASE
730c15b
2023-05-08 08:20
Compare
1.0.18.RELEASE
felord
### 微信支付 - enhance: 使用`ResourceLoader`加载资源以改善Docker容器环境下的文件挂载问题 - enhance: 修改了微信支付配置加载机制,现在可以借助于`WechatTenantService`实现不停机维护微信支付参数的能力 - factor: 移除过时的V2退款API相关参数`RefundModel`和`RefundQueryModel` - docs: 更新文档地址到[dromara.org](https://gitee.com/dromara),现在你可以通过[https://dromara.org/payment-spring-boot/](https://dromara.org/payment-spring-boot/)访问项目文档 - docs: 修正文档描述错误
Last committed message:
Update pom.xml
1.0.17
f4df8d2
2023-02-26 20:25
Compare
1.0.17.RELEASE
felord
- feat: 直连商户合单支付增加查询单笔退款 - feat: 支付分增加退款独立的API - factor: 营销图片上传API现在由WechatMediaApi#marketingImageUpload实现,以代替WechatMarketingFavorApi#marketingImageUpload,旧实现已标记为过时 - factor:时间格式优化,移除时区限制为东八区,由LocalDateTime改为OffsetDateTime - docs: 现在可以通过API清单检索相关的API了
Last committed message:
docs: 现在可以通过API清单检索相关的API了
1.0.16.RELEASE
402fda7
2023-02-10 12:29
Compare
1.0.16.RELEASE
felord
## 微信支付 - feat: 直连商户-委托营销相关API实现 - enhance:基础支付增加电子发票入口开放标识 - enhance:商家转账到零钱-发起商家转账 增加转账场景ID - enhance: 增加抽象接口`WechatTenantService`负责从配置文件或者其它数据源检索租户配置信息,提供默认实现`InMemoryWechatTenantService`向下兼容 [#88](https://github.com/NotFound403/payment-spring-boot/issues/88) - refactor: 服务商商户进件请求不再需要银行证明材料信息`BankAccountInfo`,已标记为废弃,涉及特约商户进件和电商收付通 - upgrade: bcprov-jdk15to18 1.67 升级到 1.69
Last committed message:
1.0.16
1.0.8.RELEASE
f4dc70e
2021-03-12 13:15
Compare
支持服务商模式
felord
feat: 对基础支付-服务商支付进行支持 refactor: 在异常返回时对非2xx状态返回的元信息进行包装方便序列化([#16](https://github.com/NotFound403/payment-spring-boot/issues/16)) fix: 修复退款数据中时间无法解析的异常([#13](https://github.com/NotFound403/payment-spring-boot/issues/13)) fix: 修复类成员的属性([#14](https://github.com/NotFound403/payment-spring-boot/issues/14)) fix: 查询并下载转账电子回单API接口,下载文件接口签名失败([#18](https://github.com/NotFound403/payment-spring-boot/issues/18))
Last committed message:
docs: docs update
1.0.7.RELEASE
2489edb
2021-03-01 21:47
Compare
优化
felord
refactor: X509证书加载优化 refactor: 移除过期的WechatPayRefundApi refactor: 优化RestTemplate在低版本引起的一个I/O异常,详见 [spring-framework#21321](https://github.com/spring-projects/spring-framework/issues/21321) refactor: 在请求头Content-Type中声明字符集UTF-8,避免中文乱码 fix: 修复退款回调中退款状态枚举无法正确被解析的异常([#11](https://github.com/NotFound403/payment-spring-boot/issues/11))
Last committed message:
docs: version update to 1.0.7
1.0.6.RELEASE
3000c9c
2021-02-05 10:37
Compare
实现留守红包,助力抗疫
felord
- 微信支付 - feat:实现微信支付V3批量转账到零钱所有API(WechatBatchTransferApi),助力抗击新冠疫情。 - feat:实现微信支付V3退款以及退款通知等所有退款相关的API,推荐使用新的V3退款。 - refactor: V2退款进入过期模式,由于V3已经推出了退款功能,所以V2退款 WechatPayRefundApi 被标记为 Deprecated 未来会被移除。 - refactor: 交易状态增加等待扣款状态,根据微信最新的业务变动增加 “ACCEPT” 字段用来标记“已接收,等待扣款”状态。 - refactor: 其它一些优化。
Last committed message:
docs: changelog
1.0.5.RELEASE
bc9496e
2021-02-02 11:14
Compare
微信支付增加退款红包转账支持
felord
微信支付 - feat:增加V2退款相关接口 `WechatPayRefundApi` - feat:增加V2企业付款相关接口 `WechatPayTransfersApi` - feat:增加V2红包相关接口 `WechatPayRedpackApi` - refactor:优化了一些底层功能 - refactor:调整了支付配置Spring注入的顺序 - refactor: JCE由SPI提供,不再使用JDK内置 - fix: 关单接口调用异常 #I2WAJN
Last committed message:
docs: 修改1.0.5相关的注释
1.0.4.RELEASE
2141aca
2021-01-18 14:31
Compare
1.0.4.RELEASE
felord
- 微信支付 - feat: 增加微信支付商家券相关接口`WechatMarketingBusiFavorApi`,商家券请阅读相关产品文档。 - feat: 代金券功能增加发放消费卡接口。 - refactor: 现在app支付、小程序支付返回所有客户端拉起支付的参数,不再需要用户再进行签名操作了。 - refactor: 其它一些代码优化。 - build: SDK开发环境 Spring Boot 版本升级到2.4.2。 - fix: 支付分`RiskFund`下枚举无法使用的问题[(#2)](https://github.com/NotFound403/payment-spring-boot/issues/2)。 > 其它发行版请转github仓库
Last committed message:
docs: javadoc
Download
To prevent Robot download, Please enter the captcha to continue
Cancel
Download
Java
1
https://gitee.com/dromara/payment-spring-boot.git
git@gitee.com:dromara/payment-spring-boot.git
dromara
payment-spring-boot
payment-spring-boot
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register