mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-10 14:56:06 +08:00
chore(config): PlatformConfigProperties 补全 tradeSyncEnabled 字段, 提供配置项 IDE 自动提示
This commit is contained in:
@@ -33,6 +33,9 @@ public class PlatformConfigProperties {
|
||||
/// 沙箱环境全局开关(关闭后不可切换到沙箱, 已在沙箱的产品启动时自动重置为生产)
|
||||
private boolean sandboxEnabled = true;
|
||||
|
||||
/// 交易订单定时同步任务全局开关(关闭后交易状态纠正定时任务不生效, 默认开启)
|
||||
private boolean tradeSyncEnabled = true;
|
||||
|
||||
/// # 平台公私钥配置
|
||||
///
|
||||
@Slf4j
|
||||
|
||||
Reference in New Issue
Block a user