🎨【微信支付】增加微信支付服务商V3版本说明

This commit is contained in:
0katekate0
2023-08-17 12:52:29 +08:00
committed by GitHub
parent 1841f23b95
commit 7bbe805cb4
2 changed files with 437 additions and 9 deletions

View File

@@ -15,8 +15,6 @@ wx:
appId:
mchId:
mchKey:
subAppId:
subMchId:
keyPath:
```
###### 2V3版本
@@ -30,10 +28,16 @@ wx:
privateKeyPath: classpath:cert/apiclient_key.pem #apiclient_key.pem证书文件的绝对路径或者以classpath:开头的类路径
privateCertPath: classpath:cert/apiclient_cert.pem #apiclient_cert.pem证书文件的绝对路径或者以classpath:开头的类路径
```
###### 3V3服务商版本
```yml
wx:
pay: #微信服务商支付
configs:
- appId: wxe97b2x9c2b3d #spAppId
mchId: 16486610 #服务商商户
subAppId: wx118cexxe3c07679 #子appId
subMchId: 16496705 #子商户
apiV3Key: Dc1DBwSc094jAKDGR5aqqb7PTHr #apiV3密钥
privateKeyPath: classpath:cert/apiclient_key.pem #服务商证书文件apiclient_key.pem证书文件的绝对路径或者以classpath:开头的类路径(可以配置绝对路径)
privateCertPath: classpath:cert/apiclient_cert.pem #apiclient_cert.pem证书文件的绝对路径或者以classpath:开头的类路径
```