Merge remote-tracking branch 'origin/master'

pull/1/head
czc 2 years ago
commit 8485c42727

1
.gitignore vendored

@ -47,3 +47,4 @@ nbdist/
/ruoyi-admin/src/main/resources/application-dev.yml
/ruoyi-admin/src/main/resources/application-prod.yml
*local*.yml
apiclient_key.pem

@ -45,11 +45,11 @@ aliyun:
wechat:
appId: 你的微信服务号信息
secret: 你的微信服务号信息
merchantId:
privateKeyPath:
merchantSerialNumber:
apiV3key:
notifyUrl:
merchantId: 微信支付商户号
privateKeyPath: 微信支付密钥地址相对地址
merchantSerialNumber: 微信支付密钥对应的序列号
apiV3key: 微信支付apiV3key
notifyUrl: 微信支付回调地址
sms:
enabled: true
# 阿里云 dysmsapi.aliyuncs.com

Loading…
Cancel
Save