Browse Source

转让手续费说明

afa 10 months ago
parent
commit
38f9f1a7dc

+ 1 - 0
application/admin/lang/zh-cn.php

@@ -216,4 +216,5 @@ return [
     'User Module'                                           => '会员模块',
     'Register'                                              => '注册',
     'User Center'                                           => '会员中心',
+    'Transfes txt'                                          => '转让手续费说明'
 ];

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

@@ -36,7 +36,7 @@ class Ledger extends Api
         $res['chabao_rate']  = getConfig('chabao_rate');    //茶宝汇率
         $res['withdrawal_fee']= getConfig('withdrawal_fee');//提现收费
         $res['transfes_fee']  = getConfig('transfer_fee');  //转让手续费比例
-        $res['transfes_txt']  = config('transfes_txt');     //转让文字表述
+        $res['transfes_txt']  = getConfig('transfes_txt');     //转让文字表述
         $res['giveaway']      = getConfig('giveaway');      //赠送手续费比例
         $res['giveaway_txt']  = getConfig('giveaway_txt');  //赠送文字表述
         $res['coin_list'] = [
@@ -53,7 +53,7 @@ class Ledger extends Api
      * 资产变动明细
      * @return void
      */
-    public function coinList( LedgerWalletModel $ledgerWalletModel)
+    public function coinList(LedgerWalletModel $ledgerWalletModel)
     {
         $type_id  = $this->request->post('query.action'); // 账变类型
         $coin_type  = $this->request->post('query.coin_type'); // 資金类型

+ 0 - 1
application/config.php

@@ -314,7 +314,6 @@ return [
     'rental'                 => [
         'invite_domain' => Env::get('rental.invitedomain', 'dapp.uaddev.tk'),
     ],
-    'transfes_txt'    => '收取交易额的百分之一',
     'community_ratio' => 0.035,
     'service_ratio'   => 0.05, //服务津贴
     'together_ratio'  => 0.05, //共创津贴