Commit cd2abdae authored by tufengqi's avatar tufengqi

冻结BTY配置修改

parent f8ffe918
......@@ -5,4 +5,8 @@ $config['coin_type'] = [
3 => 'ETH',
4 => 'BTY'
];
$config['apply_merchants_lock_bty_num'] = 5000;
\ No newline at end of file
// 当前申请商家冻结的个数
$config['apply_merchants_lock_bty_num'] = 5000;
// apply_merchants_lock_bty_num_old_time 时间之前返还冻结 apply_merchants_lock_bty_num_old 个BTY
$config['apply_merchants_lock_bty_num_old'] = 5000;
$config['apply_merchants_lock_bty_num_old_time'] = 208001010001;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment