wesmiler 1 anno fa
parent
commit
c159fb4439
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Services/Common/BalanceLogService.php

+ 1 - 1
app/Services/Common/BalanceLogService.php

@@ -476,7 +476,7 @@ class BalanceLogService extends BaseService
             // USDT链上打款
             $hash = '';
             if($payType == 20){
-                $trcUrl = isset($userInfo['trc_url'])? $userInfo['trc_url'] : '';
+                $trcUrl = isset($info['trc_url'])? $info['trc_url'] : '';
                 if(empty($trcUrl)){
                     DB::rollBack();
                     $this->error = 4005;