prescript

This commit is contained in:
wangjinlei
2023-12-20 09:47:28 +08:00
parent 229ce39c5e
commit ef1f48cf9a
3 changed files with 3 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ wxpay:
mchId: 1612860909 mchId: 1612860909
payUrl: https://api.mch.weixin.qq.com/v3/pay/transactions/app payUrl: https://api.mch.weixin.qq.com/v3/pay/transactions/app
notifyUrl: https://api.nuttyreading.com/pay/payNotify notifyUrl: https://api.nuttyreading.com/pay/payNotify
refundUrl: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
refundNotifyUrl: http://pjm6m9.natappfree.cc/pay/refundNotify refundNotifyUrl: http://pjm6m9.natappfree.cc/pay/refundNotify
keyPemPath: /usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem keyPemPath: /usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem
serialNo: 679AECB2F7AC4183033F713828892BA640E4EEE3 serialNo: 679AECB2F7AC4183033F713828892BA640E4EEE3

View File

@@ -79,6 +79,7 @@ wxpay:
mchId: 1612860909 mchId: 1612860909
payUrl: https://api.mch.weixin.qq.com/v3/pay/transactions/app payUrl: https://api.mch.weixin.qq.com/v3/pay/transactions/app
notifyUrl: https://testapi.nuttyreading.com/pay/payNotify notifyUrl: https://testapi.nuttyreading.com/pay/payNotify
refundUrl: https://api.mch.weixin.qq.com/v3/refund/domestic/refunds
refundNotifyUrl: http://pjm6m9.natappfree.cc/pay/refundNotify refundNotifyUrl: http://pjm6m9.natappfree.cc/pay/refundNotify
# keyPemPath: /usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem # keyPemPath: /usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem
keyPemPath: /home/wwwroot/hs/cent/apiclient_key.pem keyPemPath: /home/wwwroot/hs/cent/apiclient_key.pem

View File

@@ -11,7 +11,7 @@ connection-timeout: 6000000ms
spring: spring:
# 环境 dev|test|prod # 环境 dev|test|prod
profiles: profiles:
active: prod active: test
# jackson时间格式化 # jackson时间格式化
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8