2
0

feat: wxpay update

This commit is contained in:
zhangsz
2024-12-24 20:54:26 +08:00
parent c02cc6fb64
commit ee53817fc6
13 changed files with 749 additions and 132 deletions

View File

@@ -1,5 +1,8 @@
# spring配置
spring:
main:
allow-bean-definition-overriding: true
redis:
host: wfc-redis
port: 6379
@@ -42,13 +45,6 @@ spring:
# url:
# driver-class-name:
wx:
pay:
appId: app_id
mchId: merchant_id
mchKey: merchant_key
keyPath: /path/to/your/apiclient_key.pem
# mybatis-plus配置
mybatis-plus:
# 搜索指定包别名
@@ -65,4 +61,29 @@ mybatis-plus:
swagger:
title: 系统模块接口文档
license: Powered By wfc
licenseUrl: https://wfc.vip
licenseUrl: https://wfc.vip
logging:
level:
root: debug
org:
springframework:
web: debug
mybatis:
mapper: debug
wfc:
system: debug
com:
github:
binarywang: debug
file:
name: /home/wfc/logs/wfc-payment.log
wxpay:
appId: 121412414112
mchId: 1131412414
mchKey: 1525342aa
subAppId: #服务商模式下的子商户公众账号ID
subMchId: #服务商模式下的子商户号
keyPath: /home/wfc/config/payment/wxpay_key.pem