mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
README
This commit is contained in:
14
README.md
14
README.md
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## 支持类型
|
## 支持类型
|
||||||
|
|
||||||
- [x] **微信支付V2** 只提供V3不支持的部分。
|
- [x] **微信支付V2** 只提供V3不支持的部分,后续全面切向V3。
|
||||||
- [x] **微信支付V3** 全量支持。
|
- [x] **微信支付V3** 全量支持。
|
||||||
- [ ] **支付宝** 施工中……
|
- [ ] **支付宝** 施工中……
|
||||||
- [ ] **银联支付** 施工中……
|
- [ ] **银联支付** 施工中……
|
||||||
@@ -15,8 +15,18 @@
|
|||||||
## 使用方法
|
## 使用方法
|
||||||
### 集成
|
### 集成
|
||||||
以**Spring Boot Starter**的形式集成到项目中。
|
以**Spring Boot Starter**的形式集成到项目中。
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.enongm.dianji</groupId>
|
||||||
|
<artifactId>payment-spring-boot-autoconfigure</artifactId>
|
||||||
|
<version>1.0.0.RELEASE</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
### 配置
|
### 配置
|
||||||
施工中……
|
#### 微信支付
|
||||||
|
在Spring Boot项目中的`application.yaml`中配置`wechat.pay`相关参数。
|
||||||
|
启用`@EnableWechatPay`注解
|
||||||
### API使用
|
### API使用
|
||||||
施工中……
|
施工中……
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user