feat: wxpay update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user