mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
docs: docs update
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
## 1.0.8.RELEASE
|
||||||
|
|
||||||
|
- 微信支付
|
||||||
|
- 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))
|
||||||
|
|
||||||
## 1.0.7.RELEASE
|
## 1.0.7.RELEASE
|
||||||
|
|
||||||
- 微信支付
|
- 微信支付
|
||||||
|
|||||||
@@ -48,13 +48,13 @@ wechat:
|
|||||||
v3:
|
v3:
|
||||||
# 租户id
|
# 租户id
|
||||||
<tentantID>:
|
<tentantID>:
|
||||||
# 应用appId 必填
|
# 应用appId 服务商模式下为服务商的appid 必填
|
||||||
app-id: xxxxxxxx
|
app-id: xxxxxxxx
|
||||||
# v2 api 密钥 1.0.5版本以后如果用到V2的接口时必填
|
# v2 api 密钥 1.0.5版本以后如果用到V2的接口时必填
|
||||||
app-secret: xxxxxxxxxxx
|
app-secret: xxxxxxxxxxx
|
||||||
# api v3 密钥 必填
|
# api v3 密钥 必填
|
||||||
app-v3-secret: xxxxxxxx
|
app-v3-secret: xxxxxxxx
|
||||||
# 微信支付商户号 必填
|
# 微信支付商户号 服务商模式下为服务商的mchid 必填
|
||||||
mch-id: xxxxxxx
|
mch-id: xxxxxxx
|
||||||
# 商户服务器域名 用于回调 需要放开回调接口的安全策略 必填
|
# 商户服务器域名 用于回调 需要放开回调接口的安全策略 必填
|
||||||
domain: https://felord.cn
|
domain: https://felord.cn
|
||||||
|
|||||||
Reference in New Issue
Block a user