mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 13:53:42 +08:00
图片上传bugfix
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
- 配置简单、只依赖 Spring 框架
|
||||
|
||||
|
||||
[Star](https://github.com/NotFound403/payment-spring-boot)
|
||||
[GitHub](https://github.com/NotFound403/payment-spring-boot)
|
||||
[示例项目](https://github.com/NotFound403/payment-spring-boot-samples)
|
||||
[技术博客](https://felord.cn)
|
||||
[快速开始](README.md)
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ wechat:
|
||||
# 微信支付商户号 必填
|
||||
mch-id: xxxxxxx
|
||||
# 商户服务器域名 用于回调 需要放开回调接口的安全策略 必填
|
||||
domain: https://xxxx.xxx.com
|
||||
domain: https://felord.cn
|
||||
# 商户 api 证书路径 必填 填写classpath路径 位于 maven项目的resources文件下
|
||||
cert-path: apiclient_cert.p12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user