feat: 迭代
This commit is contained in:
@@ -64,7 +64,9 @@ INSERT INTO `platform_configs` (`config_key`, `config_value`, `description`) VAL
|
||||
('auto_complete_hours', '24', '入住后自动完成订单时间(小时)'),
|
||||
('sms_enabled', 'true', '是否启用短信通知'),
|
||||
('max_images_per_room', '20', '每个房源最大图片数'),
|
||||
('max_images_per_review', '9', '每条评价最大图片数');
|
||||
('max_images_per_review', '9', '每条评价最大图片数'),
|
||||
('merchant_min_withdraw_amount', '100', '商家提现最低金额(元)'),
|
||||
('platform_min_withdraw_amount', '10', '平台提现最低金额(元)');
|
||||
|
||||
-- ============================================================
|
||||
-- 7. 营销活动 - 邀请返现活动
|
||||
|
||||
Reference in New Issue
Block a user