董荣正 1 månad sedan
förälder
incheckning
d0fa67da9f
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. 1 1
      application/api/controller/Ledger.php
  2. 1 2
      extend/fast/Asset.php

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

@@ -220,7 +220,7 @@ class Ledger extends Api
             '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_ecoly' => ['value' => getConfig('teac_ecoly'), 'text' => getConfig('teac_ecoly_txt')]
+            'teac_ecology' => ['value' => getConfig('teac_ecology'), 'text' => getConfig('teac_ecology_txt')]
         ]);
     }
     

+ 1 - 2
extend/fast/Asset.php

@@ -48,7 +48,7 @@ class Asset
 
      * @var string
      */
-    const TEAC_ECOLY = 'teac_ecoly';
+    const TEAC_ECOLY = 'teac_ecology';
     /**
      * 标记金额
      * @var string
@@ -70,7 +70,6 @@ class Asset
     
 
 
-
     public static function getAssetName($assetType)
     {
         switch ($assetType) {