Browse Source

1、公众号id、密钥调整

master
Aug 2 weeks ago
parent
commit
77833de5a4
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      jeecg-boot-module-system/src/main/resources/application-dev.yml

+ 6
- 4
jeecg-boot-module-system/src/main/resources/application-dev.yml View File

@ -334,13 +334,15 @@ wx:
miniapp: miniapp:
appid: wxb1c123a63736f789 #微信公众号appid appid: wxb1c123a63736f789 #微信公众号appid
secret: 497549cd0a6a086e59f02f65f470c69a #微信公众号密钥 secret: 497549cd0a6a086e59f02f65f470c69a #微信公众号密钥
# appid: wx77ba4c7131677a74 # 微信小程序appid # appid: wx77ba4c7131677a74 # 微信小程序appid
# secret: fb915d623f92d455f2e70934f75fb96c # 微信小程序密钥 # secret: fb915d623f92d455f2e70934f75fb96c # 微信小程序密钥
merchantId: 1712378227 # 商户号 merchantId: 1712378227 # 商户号
# privateKeyPath: jeecg-boot-module-system/src/main/resources/apiclient_key.pem #本地私钥路径
# publicKeyPath: jeecg-boot-module-system/src/main/resources/pub_key.pem #本地公钥路径
privateKeyPath: /root/massage/cerFile/apiclient_key.pem #线上私钥路径
publicKeyPath: /root/massage/cerFile/pub_key.pem #线上公钥路径
privateKeyPath: jeecg-boot-module-system/src/main/resources/apiclient_key.pem #本地私钥路径
publicKeyPath: jeecg-boot-module-system/src/main/resources/pub_key.pem #本地公钥路径
# privateKeyPath: /root/massage/cerFile/apiclient_key.pem #线上私钥路径
# publicKeyPath: /root/massage/cerFile/pub_key.pem #线上公钥路径
publicKeyId: PUB_KEY_ID_0117123782272025033100396400002931 #公钥 publicKeyId: PUB_KEY_ID_0117123782272025033100396400002931 #公钥
merchantSerialNumber: 33E9FE8076531A7C7AD401DC34E053DBD7C28E22 # 商户API证书序列号 merchantSerialNumber: 33E9FE8076531A7C7AD401DC34E053DBD7C28E22 # 商户API证书序列号
apiV3Key: 0fdb77429ffdf206c151af76a663041c # 商户APIV3密钥 apiV3Key: 0fdb77429ffdf206c151af76a663041c # 商户APIV3密钥


Loading…
Cancel
Save