|
|
@@ -56,7 +56,13 @@ class Ledger extends Api
|
|
|
'coin_key' => 'frozen',
|
|
|
'amount' => $wallet->frozen,
|
|
|
'frozen_amount'=> 0 //冻结金额
|
|
|
+ ],[
|
|
|
+ 'coin_name' => 'TeaC·天使',
|
|
|
+ 'coin_key' => 'teac_angel',
|
|
|
+ 'amount' => $wallet->teac_angel,
|
|
|
+ 'frozen_amount'=> 0 //冻结金额
|
|
|
]
|
|
|
+
|
|
|
];
|
|
|
$this->success('', $res);
|
|
|
}
|