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