README.md

This commit is contained in:
xiafang
2023-02-25 16:47:36 +08:00
parent d6d5e33dae
commit e24aa83ba0
2 changed files with 7 additions and 15 deletions

View File

@@ -54,20 +54,10 @@ Starter支持微信优惠券代金券、商家券、智慧商圈、商家
- [payment-spring-boot GitHub文档](https://notfound403.github.io/payment-spring-boot)
## 目前已经实现所有服务商和直连商户接口
- 实现微信支付多商户
- 集成支付宝SDK、快速接入Spring Boot
- 实现微信支付V3 基础支付
- 实现微信支付V3 合单支付
- 实现微信支付V3 代金券
- 实现微信支付V3 微信支付分
- 实现微信支付V3 先享卡
- 实现微信支付V3 商家券
- 实现微信支付V3 批量转账到零钱
更新日志参考[changelog](https://notfound403.github.io/payment-spring-boot/#/changelog)
## API清单
目前已经实现绝大部分微信支付直连商户和服务商的接口具体的API明细可查看[API清单]()
## CHANGELOG
更新日志[CHANGELOG](https://notfound403.github.io/payment-spring-boot/#/changelog)
## API清单
API结构如下

View File

@@ -224,4 +224,6 @@
- [x] `mediaVideoUpload` 视频上传
- [x] `marketingImageUpload` 营销图片上传
> 通过营销**图片上传API**上传图片后可获得图片url地址。图片url可在微信支付营销相关的API使用包括商家券、代金券、支付有礼等。
> 通过营销**图片上传API**上传图片后可获得图片url地址。图片url可在微信支付营销相关的API使用包括商家券、代金券、支付有礼等。
### 服务商
施工中……