mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
自定义messageConverter
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.enongm.dianji</groupId>
|
||||
<groupId>cn.felord</groupId>
|
||||
<artifactId>payment-spring-boot-starter</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
</dependency>
|
||||
@@ -60,7 +60,9 @@ public class PayConfig {
|
||||
微信支付V3开放接口引入:
|
||||
```java
|
||||
@Autowired
|
||||
WechatPayApi wechatPayV3Api;
|
||||
WechatPayApi wechatPayV3Api;
|
||||
@Autowired
|
||||
WechatMarketingApi wchatMarketingApi;
|
||||
```
|
||||
###### V3
|
||||
例如V3 APP 支付
|
||||
|
||||
Reference in New Issue
Block a user