微信支付完善

This commit is contained in:
xiafang
2020-12-09 14:56:34 +08:00
parent 2245657838
commit c600a3b76e
2 changed files with 5 additions and 8 deletions

View File

@@ -47,10 +47,7 @@ wechat:
domain: https://xxxx.xxx.com
# 商户 api 证书 必填
cert-path: apiclient_cert.p12
# 微信服务号 优惠券必须
mp:
app-id: xxxxxxxxx
app-secret: xxxxxxxxxxxxxxxxxxx
```
然后启用`@EnableWechatPay`注解:
```java