Browse Source

TeaC·天使

afa 4 tháng trước cách đây
mục cha
commit
02e4b5569e
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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);
     }