|
|
@@ -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'); // 資金类型
|