refactor: 注释掉百色中学的租户特殊规则配置- 在 application.yml 文件中注释掉了百色中学的租户特殊规则配置
- 包括捐款最低金额限制和自定义错误消息 - 同时注释掉了相关的定时任务配置
This commit is contained in:
@@ -124,12 +124,12 @@ shop:
|
||||
test-pay-amount: 0.01
|
||||
|
||||
# 租户特殊规则配置
|
||||
tenant-rules:
|
||||
- tenant-id: 10324
|
||||
tenant-name: "百色中学"
|
||||
min-amount: 10
|
||||
min-amount-message: "捐款金额最低不能少于10元,感谢您的爱心捐赠^_^"
|
||||
enabled: true
|
||||
# tenant-rules:
|
||||
# - tenant-id: 10324
|
||||
# tenant-name: "百色中学"
|
||||
# min-amount: 10
|
||||
# min-amount-message: "捐款金额最低不能少于10元,感谢您的爱心捐赠^_^"
|
||||
# enabled: true
|
||||
|
||||
# 默认配置
|
||||
default-config:
|
||||
@@ -152,17 +152,17 @@ shop:
|
||||
# 生产环境:每5分钟执行一次
|
||||
cron: "0 */5 * * * ?"
|
||||
|
||||
# 租户特殊配置
|
||||
tenant-configs:
|
||||
- tenant-id: 10324
|
||||
tenant-name: "百色中学"
|
||||
timeout-minutes: 120 # 捐款订单给更长的支付时间
|
||||
enabled: true
|
||||
# 租户特殊配置
|
||||
# tenant-configs:
|
||||
# - tenant-id: 10324
|
||||
# tenant-name: "百色中学"
|
||||
# timeout-minutes: 120 # 捐款订单给更长的支付时间
|
||||
# enabled: true
|
||||
# 可以添加更多租户配置
|
||||
# - tenant-id: 10550
|
||||
# tenant-name: "其他租户"
|
||||
# timeout-minutes: 15
|
||||
# enabled: true
|
||||
# enabled: true
|
||||
|
||||
# 证书配置
|
||||
certificate:
|
||||
|
||||
Reference in New Issue
Block a user