后台系统配置列表现在只返回当前真实使用的配置项
This commit is contained in:
@@ -93,12 +93,6 @@ WHERE au.username IN ('kf1', 'kf2') AND r.code = 'cs';
|
||||
-- -------------------------------------------
|
||||
|
||||
INSERT INTO system_configs (`key`, `value`, description) VALUES
|
||||
('order.handoff_timeout_minutes', '60', '交接超时时间(分钟)'),
|
||||
('order.return_timeout_minutes', '1440', '归还超时时间(分钟)'),
|
||||
('sms.rate_limit_per_minute', '1', '短信限流:每分钟最多发送次数'),
|
||||
('sms.rate_limit_per_hour', '5', '短信限流:每小时最多发送次数'),
|
||||
('wallet.min_deposit', '50', '最低押金金额'),
|
||||
('platform.fee_ratio', '0.1', '平台抽成比例'),
|
||||
('listing.review_required', 'true', '商品是否需要审核'),
|
||||
('order.pending_payment_timeout_minutes', '15', '待支付超时时间(分钟)'),
|
||||
('chat.default_support_admin_id', '1', '订单群聊回退客服 ID(仅当无可用客服时使用)'),
|
||||
|
||||
Reference in New Issue
Block a user