README.md

This commit is contained in:
xiafang
2020-11-04 15:48:18 +08:00
parent ab28d42567
commit f6cea35a2a

View File

@@ -20,7 +20,7 @@
```xml
<dependency>
<groupId>com.enongm.dianji</groupId>
<artifactId>payment-spring-boot-autoconfigure</artifactId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
```
@@ -157,12 +157,18 @@ responseBody = WechatResponseBody(returnCode=SUCCESS, returnMsg=参数错误:ope
请注意因为未来**SHA1withRSA**将被淘汰,因此采用最新的**SHA256withRSA**证书,旧的模式将不提供支持。步骤如下:
1.使用支付宝开发助手申请CSR文件
![先申请密钥对再申请csr](./img/csr.png)
申请成功后看文件说明:
![](./img/file_info.png)
2.上传CSR设置证书
![](./img/set.png)
上传成功后需要下载证书,和配置的对应关系为:
![](./img/cert_path.png)
3. 其它开发平台商户平台的配置,参考支付宝接入文档。
##### 项目开发配置