增加gitee 镜像

This commit is contained in:
xiafang
2020-12-15 09:00:16 +08:00
parent 4c1a7b8bfa
commit 530e99b349
2 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,11 @@
## 开源协议
**Apache 2.0**
## 项目地址
- [GitHub](https://github.com/NotFound403/payment-spring-boot)
- [Gitee](https://gitee.com/felord/payment-spring-boot)
## 文档地址
[payment-spring-boot 文档](https://notfound403.github.io/payment-spring-boot)
[payment-spring-boot GitHub文档](https://notfound403.github.io/payment-spring-boot)
[payment-spring-boot Gitee文档](https://felord.gitee.io/payment-spring-boot)

View File

@@ -17,6 +17,8 @@ import java.util.function.Consumer;
/**
* 微信支付回调工具.
* <p>
* 支付通知http应答码为200或204才会当作正常接收当回调处理异常时应答的HTTP状态码应为500或者4xx。
*
* @author felord.cn
* @since 1.0.0.RELEASE