afa пре 4 месеци
родитељ
комит
02e4b5569e
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      application/api/controller/Ledger.php

+ 6 - 0
application/api/controller/Ledger.php

@@ -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);
     }