优化:支付功能(10550)

This commit is contained in:
2025-07-26 16:56:49 +08:00
parent e051fcc2de
commit 078b9697e6
14 changed files with 965 additions and 31 deletions

View File

@@ -44,3 +44,12 @@ config:
# 开发环境接口
server-url: http://127.0.0.1:9091/api
upload-path: /Users/gxwebsoft/Documents/uploads/ # window(D:\Temp)
# 开发环境证书配置
certificate:
load-mode: CLASSPATH # 开发环境从classpath加载
wechat-pay:
dev:
private-key-file: "certs/dev/apiclient_key.pem"
apiclient-cert-file: "certs/dev/apiclient_cert.pem"
wechatpay-cert-file: "certs/dev/wechatpay_cert.pem"