Browse Source

TeaC·天使

afa 4 months ago
parent
commit
02e4b5569e
1 changed files with 6 additions and 0 deletions
  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', 
                 'coin_key'  => 'frozen', 
                 'amount'    => $wallet->frozen,
                 'amount'    => $wallet->frozen,
                 'frozen_amount'=> 0 //冻结金额
                 'frozen_amount'=> 0 //冻结金额
+            ],[
+                'coin_name' => 'TeaC·天使',
+                'coin_key'  => 'teac_angel', 
+                'amount'    => $wallet->teac_angel,
+                'frozen_amount'=> 0 //冻结金额
             ]
             ]
+            
         ];
         ];
         $this->success('', $res);
         $this->success('', $res);
     }
     }