|
|
@@ -34,9 +34,11 @@ class Ledger extends Api
|
|
|
$config = getAllConfig();
|
|
|
$wallet = LedgerWalletModel::getWallet($this->auth->id);
|
|
|
$res['assets'] = $wallet->token;
|
|
|
- $res['chabao_rate'] = $config['chabao_rate']; //茶宝汇率
|
|
|
$res['transfes_fee'] = $config['transfer_fee']; //转让手续费比例
|
|
|
- $res['transfes_txt'] = $config['transfes_txt']; //转让文字表述
|
|
|
+ $res['transfes_txt'] = $config['transfes_txt']; //转让文字表述
|
|
|
+ $res['chabao_rate'] = $config['chabao_rate']; //茶宝汇率
|
|
|
+ $res['withdrawal_next_fee'] = $config['withdrawal_next_fee']; //600以下提现收费
|
|
|
+ $res['withdrawal_up_fee'] = $config['withdrawal_up_fee']; //600以上提现收费
|
|
|
$res['coin_list'] = [
|
|
|
[
|
|
|
'coin_name' => '茶宝',
|