Merge remote-tracking branch 'origin/gateway' into gateway

# Conflicts:
#	daxpay-single/daxpay-single-gateway/src/main/java/cn/bootx/platform/daxpay/gateway/controller/UniPayController.java
This commit is contained in:
bootx
2024-01-16 22:33:43 +08:00
49 changed files with 523 additions and 166 deletions

View File

@@ -70,7 +70,7 @@
- [ ] 退款状态同步逻辑
- [ ] 退款回调的处理
- [ ] 支付状态同步处理考虑退款情况
- [ ] 支付配置支持数据库配置和配置文件配置
- [ ] ~~支付配置支持数据库配置和配置文件配置~~
- [ ] 增加回调机制(通知客户端)
- [ ] 增加消息通知机制(通知客户端)
- [ ] 新增支付单预警功能, 处理支付单与网关状态不一致且无法自动修复的情况
@@ -79,3 +79,4 @@
- [ ] 支付宝接口升级为V3接口
- [ ] 微信支付接口更新为V3接口
- [ ] 增加验签调试等功能的页面
- [ ] 请求IP参数增加正则校验