优化:支付功能(10550)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user