Răsfoiți Sursa

teac天使转

董荣正 1 lună în urmă
părinte
comite
6e0a04d297
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      application/api/controller/Ledger.php

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

@@ -175,7 +175,7 @@ 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' => config('teac_angel'), 'text' => config('teac_angel_txt')]
+            'teac_angel' => ['value' => getConfig('teac_angel'), 'text' => getConfig('teac_angel_txt')]
         ]);
     }