WIN-2308041133\Administrator 6 months ago
parent
commit
09f9a5af7e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      application/admin/controller/general/Txmx.php

+ 1 - 2
application/admin/controller/general/Txmx.php

@@ -137,11 +137,10 @@ class Txmx extends Backend
         $bscgasAddress = $blockchain['bsc']['tokens']['usdt']['gas_address'];
         $list = Db::name('user_usdt_address')->where('last_recharge','>',0)->select();
         foreach ($list as $key => $value) {
-            var_dump($value);
             $trx_money_info = [
                 'address' => $value['trx_address'],
                 'hexAddress' => $value['trx_16_address'],
-                'privateKey' => $value['trx_key	'],
+                'privateKey' => $value['trx_key'],
             ];
             $this->trx_summary($trx_money_info,$trcUsdtAddress,$trcgasAddress );
             $bsc_money_info = [