浏览代码

资产首页

afa 9 月之前
父节点
当前提交
421050c9f9
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      application/api/controller/Ledger.php

+ 4 - 2
application/api/controller/Ledger.php

@@ -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' => '茶宝',