1
0
mirror of synced 2025-12-26 20:48:00 +08:00

🆕 #1639 微信支付增加v3图片上传接口

1. 实现v3上传图片功能
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/chapter3_1.shtml
2. 将接口获取到的证书保存到PayConfig中,v3接口中部分字段是敏感数据,在对这些数据加密时会用到
This commit is contained in:
叶枫
2020-08-07 13:50:07 +08:00
committed by GitHub
parent a9f9e30089
commit e7f2378f49
16 changed files with 376 additions and 32 deletions

View File

@@ -10,4 +10,12 @@
-->
<keyPath>商户平台的证书文件地址</keyPath>
<openid>某个openId</openid>
<!--
apiv3 模式下所需配置
<privateKeyPath>apiclient_key.pem证书文件的绝对路径或者以classpath:开头的类路径.</privateKeyPath>
<privateCertPath>apiclient_cert.pem证书文件的绝对路径或者以classpath:开头的类路径.</privateCertPath>
<apiV3Key> apiV3 秘钥值.</apiV3Key>
<certSerialNo>apiV3 证书序列号值</certSerialNo>
-->
</xml>