You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
562 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 支付模块的代码示例
### 1. 支付宝对接
#### 1.1 介绍
- 支付宝今年推出了新的转账接口alipay.fund.trans.uni.transfer(升级后安全性更高,功能更加强大)
- 老转账接口alipay.fund.trans.toaccount.transfer将不再维护
- 新老接口的一个区别就是新接口采用的证书验签方式
- 使用新接口要将sdk版本升级到最新版本2022年4月12日 升级时最新版本是4.22.67
#### 1.2 对接流程
- 证书
- 写配置文件
- pom依赖
- 读取配置信息写配置类
- 封装成工具类