jiangping
2023-12-25 6707b8df16cf531d6654d8a3b429de45f5fe9db3
server/services/src/main/resources/application-dev.yml
@@ -5,6 +5,7 @@
    username: postgres
    password: Doumee@168
    driver-class-name: org.postgresql.Driver
  jpa:
    properties:
      hibernate:
@@ -43,6 +44,7 @@
########################微信支付相关配置########################
wx:
  pay:
    #服务商---------start-------
    appId: wx48fd8faa35cc8277
    mchId: 1661770902
    apiV3Key: iF3kC8pL8dZ9iU3hN5fX9zI6eF4xQ6fT
@@ -53,12 +55,15 @@
    keyPath: D://apiclient_cert.p12
    privateCertPath: D://apiclient_cert.pem
    privateKeyPath: D://apiclient_key.pem
    #服务商-------------end---
    existsSub: 1
    appSecret: 1ceb7c9dff3c4330d653adc3ca55ea24
    #子商户------------start----
    subAppId: wxcd2b89fd2ff065f8
    subAppSecret: 49c4a52f9ad87ba98307972664fe33b3
    subAppSecret: 3336812504c830b1c3c5243f9ece407a
    subMchId: 1661772003
    subMchKey: EVM8E15TKXE0OEMJFC0V6UFVIOZ5CSQS
    #子商户------------end----
    #      mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM
    typeId: gybike
########################mqtt相关配置########################