董荣正 преди 1 месец
родител
ревизия
64e5969651
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      application/api/controller/Ledger.php

+ 2 - 1
application/api/controller/Ledger.php

@@ -219,7 +219,8 @@ class Ledger extends Api
             'chabao' => ['value' => getConfig('chabao_giveaway'), 'text' => getConfig('chabao_giveaway_txt')],
             'frozen' => ['value' => getConfig('frozen_transfer'), 'text' => getConfig('frozen_transfer_txt')],
             'teac' => ['value' => config('teac_giveaway'), 'text' => config('teac_giveaway_txt')],
-            'teac_angel' => ['value' => getConfig('teac_angel'), 'text' => getConfig('teac_angel_txt')]
+            'teac_angel' => ['value' => getConfig('teac_angel'), 'text' => getConfig('teac_angel_txt')],
+            'teac_ecoly' => ['value' => getConfig('teac_ecoly'), 'text' => getConfig('teac_ecoly_txt')]
         ]);
     }