Commit 4cb64b80 authored by shajiaiming's avatar shajiaiming

add a new coin type

parent 3919dc72
......@@ -3,7 +3,8 @@ $config['coin_type'] = [
1 => 'USDT',
2 => 'BTC',
3 => 'ETH',
4 => 'BTY'
4 => 'BTY',
5 => 'ILT'
];
// 当前申请商家冻结的个数
$config['apply_merchants_lock_bty_num'] = 0;
......
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