소스 검색

TeaC·天使

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