记录常见在线支付平台的集成和使用操作。
后端技术栈:Java、Springboot、Mybatis-Plus
微信官方SDK | Java
地址:GitHub - https://github.com/wechatpay-apiv3/wechatpay-java
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
<artifactId>wechatpay-java</artifactId>
<version>0.2.14</version>
</dependency>
微信开发者联盟SDK | Java